Package | Description |
---|---|
com.amazonaws.services.support.model | |
com.amazonaws.services.support.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Service> |
DescribeServicesResult.services
A JSON-formatted list of AWS services.
|
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(java.util.Collection<Category> categories)
A list of categories that describe the type of support issue a case
describes.
|
Service |
Service.withCode(java.lang.String code)
The code for an AWS service returned by the DescribeServices
response.
|
Service |
Service.withName(java.lang.String name)
The friendly name for an AWS service.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Service> services)
A JSON-formatted list of AWS services.
|
DescribeServicesResult |
DescribeServicesResult.withServices(java.util.Collection<Service> services)
A JSON-formatted list of AWS services.
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceJsonMarshaller.marshall(Service service,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|