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