| Package | Description | 
|---|---|
| com.amazonaws.services.support | 
 Synchronous and asynchronous client classes for accessing AWSSupport. 
 | 
| com.amazonaws.services.support.model | 
 Classes modeling the various types represented by AWSSupport. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeServicesResult | 
AWSSupport.describeServices(DescribeServicesRequest describeServicesRequest)
 Returns the current list of AWS services and a list of service
 categories that applies to each one. 
 | 
DescribeServicesResult | 
AWSSupportClient.describeServices(DescribeServicesRequest describeServicesRequest)
 Returns the current list of AWS services and a list of service
 categories that applies to each one. 
 | 
Future<DescribeServicesResult> | 
AWSSupportAsync.describeServicesAsync(DescribeServicesRequest describeServicesRequest)
 Returns the current list of AWS services and a list of service
 categories that applies to each one. 
 | 
Future<DescribeServicesResult> | 
AWSSupportAsyncClient.describeServicesAsync(DescribeServicesRequest describeServicesRequest)
 Returns the current list of AWS services and a list of service
 categories that applies to each one. 
 | 
Future<DescribeServicesResult> | 
AWSSupportAsync.describeServicesAsync(DescribeServicesRequest describeServicesRequest,
                     AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler)
 Returns the current list of AWS services and a list of service
 categories that applies to each one. 
 | 
Future<DescribeServicesResult> | 
AWSSupportAsyncClient.describeServicesAsync(DescribeServicesRequest describeServicesRequest,
                     AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler)
 Returns the current list of AWS services and a list of service
 categories that applies to each one. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<DescribeServicesResult> | 
AWSSupportAsync.describeServicesAsync(DescribeServicesRequest describeServicesRequest,
                     AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler)
 Returns the current list of AWS services and a list of service
 categories that applies to each one. 
 | 
Future<DescribeServicesResult> | 
AWSSupportAsyncClient.describeServicesAsync(DescribeServicesRequest describeServicesRequest,
                     AsyncHandler<DescribeServicesRequest,DescribeServicesResult> asyncHandler)
 Returns the current list of AWS services and a list of service
 categories that applies to each one. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeServicesRequest | 
DescribeServicesRequest.clone()  | 
DescribeServicesRequest | 
DescribeServicesRequest.withLanguage(String language)
The ISO 639-1 code for the language in which AWS provides support. 
 | 
DescribeServicesRequest | 
DescribeServicesRequest.withServiceCodeList(Collection<String> serviceCodeList)
A JSON-formatted list of service codes available for AWS services. 
 | 
DescribeServicesRequest | 
DescribeServicesRequest.withServiceCodeList(String... serviceCodeList)
A JSON-formatted list of service codes available for AWS services. 
 | 
Copyright © 2015. All rights reserved.