Uses of Class
com.amazonaws.services.storagegateway.model.DescribeWorkingStorageResult
Packages that use DescribeWorkingStorageResult
Package
Description
-
Uses of DescribeWorkingStorageResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return DescribeWorkingStorageResultModifier and TypeMethodDescriptionAbstractAWSStorageGateway.describeWorkingStorage(DescribeWorkingStorageRequest request) AWSStorageGateway.describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest) Returns information about the working storage of a gateway.AWSStorageGatewayClient.describeWorkingStorage(DescribeWorkingStorageRequest describeWorkingStorageRequest) Returns information about the working storage of a gateway.Methods in com.amazonaws.services.storagegateway that return types with arguments of type DescribeWorkingStorageResultModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest request) AbstractAWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest request, AsyncHandler<DescribeWorkingStorageRequest, DescribeWorkingStorageResult> asyncHandler) AWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest) Returns information about the working storage of a gateway.AWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest, AsyncHandler<DescribeWorkingStorageRequest, DescribeWorkingStorageResult> asyncHandler) Returns information about the working storage of a gateway.AWSStorageGatewayAsyncClient.describeWorkingStorageAsync(DescribeWorkingStorageRequest request) AWSStorageGatewayAsyncClient.describeWorkingStorageAsync(DescribeWorkingStorageRequest request, AsyncHandler<DescribeWorkingStorageRequest, DescribeWorkingStorageResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type DescribeWorkingStorageResultModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest request, AsyncHandler<DescribeWorkingStorageRequest, DescribeWorkingStorageResult> asyncHandler) AWSStorageGatewayAsync.describeWorkingStorageAsync(DescribeWorkingStorageRequest describeWorkingStorageRequest, AsyncHandler<DescribeWorkingStorageRequest, DescribeWorkingStorageResult> asyncHandler) Returns information about the working storage of a gateway.AWSStorageGatewayAsyncClient.describeWorkingStorageAsync(DescribeWorkingStorageRequest request, AsyncHandler<DescribeWorkingStorageRequest, DescribeWorkingStorageResult> asyncHandler) -
Uses of DescribeWorkingStorageResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return DescribeWorkingStorageResultModifier and TypeMethodDescriptionDescribeWorkingStorageResult.clone()DescribeWorkingStorageResult.withDiskIds(String... diskIds) An array of the gateway's local disk IDs that are configured as working storage.DescribeWorkingStorageResult.withDiskIds(Collection<String> diskIds) An array of the gateway's local disk IDs that are configured as working storage.DescribeWorkingStorageResult.withGatewayARN(String gatewayARN) DescribeWorkingStorageResult.withWorkingStorageAllocatedInBytes(Long workingStorageAllocatedInBytes) The total working storage in bytes allocated for the gateway.DescribeWorkingStorageResult.withWorkingStorageUsedInBytes(Long workingStorageUsedInBytes) The total working storage in bytes in use by the gateway.