Uses of Class
software.amazon.awssdk.services.storagegateway.model.CreateTapePoolResponse
-
Packages that use CreateTapePoolResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of CreateTapePoolResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return CreateTapePoolResponse Modifier and Type Method Description default CreateTapePoolResponseStorageGatewayClient. createTapePool(Consumer<CreateTapePoolRequest.Builder> createTapePoolRequest)Creates a new custom tape pool.default CreateTapePoolResponseStorageGatewayClient. createTapePool(CreateTapePoolRequest createTapePoolRequest)Creates a new custom tape pool.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type CreateTapePoolResponse Modifier and Type Method Description default CompletableFuture<CreateTapePoolResponse>StorageGatewayAsyncClient. createTapePool(Consumer<CreateTapePoolRequest.Builder> createTapePoolRequest)Creates a new custom tape pool.default CompletableFuture<CreateTapePoolResponse>StorageGatewayAsyncClient. createTapePool(CreateTapePoolRequest createTapePoolRequest)Creates a new custom tape pool.
-