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 CreateTapesResultAbstractAWSStorageGateway. createTapes(CreateTapesRequest request)CreateTapesResultAWSStorageGateway. createTapes(CreateTapesRequest createTapesRequest)Creates one or more virtual tapes.CreateTapesResultAWSStorageGatewayClient. 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 CreateTapesResultCreateTapesResult. clone()CreateTapesResultCreateTapesResult. withTapeARNs(String... tapeARNs)A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.CreateTapesResultCreateTapesResult. withTapeARNs(Collection<String> tapeARNs)A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
-