Uses of Class
com.amazonaws.services.storagegateway.model.CreateTapesResult
-
Packages that use CreateTapesResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of CreateTapesResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return CreateTapesResult Modifier and Type Method Description CreateTapesResult
AbstractAWSStorageGateway. createTapes(CreateTapesRequest request)
CreateTapesResult
AWSStorageGateway. createTapes(CreateTapesRequest createTapesRequest)
Creates one or more virtual tapes.CreateTapesResult
AWSStorageGatewayClient. createTapes(CreateTapesRequest createTapesRequest)
Creates one or more virtual tapes.Method parameters in com.amazonaws.services.storagegateway with type arguments of type CreateTapesResult Modifier and Type Method Description Future<CreateTapesResult>
AbstractAWSStorageGatewayAsync. createTapesAsync(CreateTapesRequest request, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
Future<CreateTapesResult>
AWSStorageGatewayAsync. createTapesAsync(CreateTapesRequest createTapesRequest, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
Creates one or more virtual tapes.Future<CreateTapesResult>
AWSStorageGatewayAsyncClient. createTapesAsync(CreateTapesRequest request, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
-
Uses of CreateTapesResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return CreateTapesResult Modifier and Type Method Description CreateTapesResult
CreateTapesResult. clone()
CreateTapesResult
CreateTapesResult. withTapeARNs(String... tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.CreateTapesResult
CreateTapesResult. withTapeARNs(Collection<String> tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
-