Uses of Class
com.amazonaws.services.support.model.DescribeServicesRequest
Packages that use DescribeServicesRequest
-
Uses of DescribeServicesRequest in com.amazonaws.services.support
Methods in com.amazonaws.services.support with parameters of type DescribeServicesRequestModifier and TypeMethodDescriptionAbstractAWSSupport.describeServices
(DescribeServicesRequest request) AWSSupport.describeServices
(DescribeServicesRequest describeServicesRequest) Returns the current list of AWS services and a list of service categories that applies to each one.AWSSupportClient.describeServices
(DescribeServicesRequest describeServicesRequest) Returns the current list of AWS services and a list of service categories that applies to each one.AbstractAWSSupportAsync.describeServicesAsync
(DescribeServicesRequest request) AbstractAWSSupportAsync.describeServicesAsync
(DescribeServicesRequest request, AsyncHandler<DescribeServicesRequest, DescribeServicesResult> asyncHandler) AWSSupportAsync.describeServicesAsync
(DescribeServicesRequest describeServicesRequest) Returns the current list of AWS services and a list of service categories that applies to each one.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.AWSSupportAsyncClient.describeServicesAsync
(DescribeServicesRequest request) AWSSupportAsyncClient.describeServicesAsync
(DescribeServicesRequest request, AsyncHandler<DescribeServicesRequest, DescribeServicesResult> asyncHandler) Method parameters in com.amazonaws.services.support with type arguments of type DescribeServicesRequestModifier and TypeMethodDescriptionAbstractAWSSupportAsync.describeServicesAsync
(AsyncHandler<DescribeServicesRequest, DescribeServicesResult> asyncHandler) Simplified method form for invoking the DescribeServices operation with an AsyncHandler.AbstractAWSSupportAsync.describeServicesAsync
(DescribeServicesRequest request, AsyncHandler<DescribeServicesRequest, DescribeServicesResult> asyncHandler) AWSSupportAsync.describeServicesAsync
(AsyncHandler<DescribeServicesRequest, DescribeServicesResult> asyncHandler) Simplified method form for invoking the DescribeServices operation with an AsyncHandler.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.AWSSupportAsyncClient.describeServicesAsync
(AsyncHandler<DescribeServicesRequest, DescribeServicesResult> asyncHandler) Simplified method form for invoking the DescribeServices operation with an AsyncHandler.AWSSupportAsyncClient.describeServicesAsync
(DescribeServicesRequest request, AsyncHandler<DescribeServicesRequest, DescribeServicesResult> asyncHandler) -
Uses of DescribeServicesRequest in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return DescribeServicesRequestModifier and TypeMethodDescriptionDescribeServicesRequest.clone()
DescribeServicesRequest.withLanguage
(String language) The ISO 639-1 code for the language in which AWS provides support.DescribeServicesRequest.withServiceCodeList
(String... serviceCodeList) A JSON-formatted list of service codes available for AWS services.DescribeServicesRequest.withServiceCodeList
(Collection<String> serviceCodeList) A JSON-formatted list of service codes available for AWS services.