Uses of Class
com.amazonaws.services.support.model.DescribeServicesResult
Packages that use DescribeServicesResult
-
Uses of DescribeServicesResult in com.amazonaws.services.support
Methods in com.amazonaws.services.support that return DescribeServicesResultModifier and TypeMethodDescriptionAbstractAWSSupport.describeServices()
AbstractAWSSupport.describeServices
(DescribeServicesRequest request) AWSSupport.describeServices()
Simplified method form for invoking the DescribeServices operation.AWSSupport.describeServices
(DescribeServicesRequest describeServicesRequest) Returns the current list of AWS services and a list of service categories that applies to each one.AWSSupportClient.describeServices()
AWSSupportClient.describeServices
(DescribeServicesRequest describeServicesRequest) Returns the current list of AWS services and a list of service categories that applies to each one.Methods in com.amazonaws.services.support that return types with arguments of type DescribeServicesResultModifier and TypeMethodDescriptionAbstractAWSSupportAsync.describeServicesAsync()
Simplified method form for invoking the DescribeServices operation.AbstractAWSSupportAsync.describeServicesAsync
(AsyncHandler<DescribeServicesRequest, DescribeServicesResult> asyncHandler) Simplified method form for invoking the DescribeServices operation with an AsyncHandler.AbstractAWSSupportAsync.describeServicesAsync
(DescribeServicesRequest request) AbstractAWSSupportAsync.describeServicesAsync
(DescribeServicesRequest request, AsyncHandler<DescribeServicesRequest, DescribeServicesResult> asyncHandler) AWSSupportAsync.describeServicesAsync()
Simplified method form for invoking the DescribeServices operation.AWSSupportAsync.describeServicesAsync
(AsyncHandler<DescribeServicesRequest, DescribeServicesResult> asyncHandler) Simplified method form for invoking the DescribeServices operation with an 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()
Simplified method form for invoking the DescribeServices operation.AWSSupportAsyncClient.describeServicesAsync
(AsyncHandler<DescribeServicesRequest, DescribeServicesResult> asyncHandler) Simplified method form for invoking the DescribeServices operation with an AsyncHandler.AWSSupportAsyncClient.describeServicesAsync
(DescribeServicesRequest request) AWSSupportAsyncClient.describeServicesAsync
(DescribeServicesRequest request, AsyncHandler<DescribeServicesRequest, DescribeServicesResult> asyncHandler) Method parameters in com.amazonaws.services.support with type arguments of type DescribeServicesResultModifier 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 DescribeServicesResult in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return DescribeServicesResultModifier and TypeMethodDescriptionDescribeServicesResult.clone()
DescribeServicesResult.withServices
(Service... services) A JSON-formatted list of AWS services.DescribeServicesResult.withServices
(Collection<Service> services) A JSON-formatted list of AWS services.