Uses of Class
com.amazonaws.services.devicefarm.model.GetOfferingStatusResult
Packages that use GetOfferingStatusResult
-
Uses of GetOfferingStatusResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return GetOfferingStatusResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.getOfferingStatus
(GetOfferingStatusRequest request) AWSDeviceFarm.getOfferingStatus
(GetOfferingStatusRequest getOfferingStatusRequest) Gets the current status and future status of all offerings purchased by an AWS account.AWSDeviceFarmClient.getOfferingStatus
(GetOfferingStatusRequest getOfferingStatusRequest) Gets the current status and future status of all offerings purchased by an AWS account.Methods in com.amazonaws.services.devicefarm that return types with arguments of type GetOfferingStatusResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.getOfferingStatusAsync
(GetOfferingStatusRequest request) AbstractAWSDeviceFarmAsync.getOfferingStatusAsync
(GetOfferingStatusRequest request, AsyncHandler<GetOfferingStatusRequest, GetOfferingStatusResult> asyncHandler) AWSDeviceFarmAsync.getOfferingStatusAsync
(GetOfferingStatusRequest getOfferingStatusRequest) Gets the current status and future status of all offerings purchased by an AWS account.AWSDeviceFarmAsync.getOfferingStatusAsync
(GetOfferingStatusRequest getOfferingStatusRequest, AsyncHandler<GetOfferingStatusRequest, GetOfferingStatusResult> asyncHandler) Gets the current status and future status of all offerings purchased by an AWS account.AWSDeviceFarmAsyncClient.getOfferingStatusAsync
(GetOfferingStatusRequest request) AWSDeviceFarmAsyncClient.getOfferingStatusAsync
(GetOfferingStatusRequest request, AsyncHandler<GetOfferingStatusRequest, GetOfferingStatusResult> asyncHandler) Method parameters in com.amazonaws.services.devicefarm with type arguments of type GetOfferingStatusResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.getOfferingStatusAsync
(GetOfferingStatusRequest request, AsyncHandler<GetOfferingStatusRequest, GetOfferingStatusResult> asyncHandler) AWSDeviceFarmAsync.getOfferingStatusAsync
(GetOfferingStatusRequest getOfferingStatusRequest, AsyncHandler<GetOfferingStatusRequest, GetOfferingStatusResult> asyncHandler) Gets the current status and future status of all offerings purchased by an AWS account.AWSDeviceFarmAsyncClient.getOfferingStatusAsync
(GetOfferingStatusRequest request, AsyncHandler<GetOfferingStatusRequest, GetOfferingStatusResult> asyncHandler) -
Uses of GetOfferingStatusResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return GetOfferingStatusResultModifier and TypeMethodDescriptionGetOfferingStatusResult.addCurrentEntry
(String key, OfferingStatus value) GetOfferingStatusResult.addNextPeriodEntry
(String key, OfferingStatus value) GetOfferingStatusResult.clearCurrentEntries()
Removes all the entries added into Current.GetOfferingStatusResult.clearNextPeriodEntries()
Removes all the entries added into NextPeriod.GetOfferingStatusResult.clone()
GetOfferingStatusResult.withCurrent
(Map<String, OfferingStatus> current) When specified, gets the offering status for the current period.GetOfferingStatusResult.withNextPeriod
(Map<String, OfferingStatus> nextPeriod) When specified, gets the offering status for the next period.GetOfferingStatusResult.withNextToken
(String nextToken) An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.