Package | Description |
---|---|
com.amazonaws.services.support.model |
Modifier and Type | Method and Description |
---|---|
Service |
Service.clone() |
Service |
Service.withCategories(Category... categories)
A list of categories that describe the type of support issue a case describes.
|
Service |
Service.withCategories(Collection<Category> categories)
A list of categories that describe the type of support issue a case describes.
|
Service |
Service.withCode(String code)
The code for an AWS service returned by the DescribeServices response.
|
Service |
Service.withName(String name)
The friendly name for an AWS service.
|
Modifier and Type | Method and Description |
---|---|
List<Service> |
DescribeServicesResult.getServices()
A JSON-formatted list of AWS services.
|
Modifier and Type | Method and Description |
---|---|
DescribeServicesResult |
DescribeServicesResult.withServices(Service... services)
A JSON-formatted list of AWS services.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeServicesResult.setServices(Collection<Service> services)
A JSON-formatted list of AWS services.
|
DescribeServicesResult |
DescribeServicesResult.withServices(Collection<Service> services)
A JSON-formatted list of AWS services.
|
Copyright © 2018. All rights reserved.