Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateAutomaticTapeCreationPolicyResponse
-
Packages that use UpdateAutomaticTapeCreationPolicyResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of UpdateAutomaticTapeCreationPolicyResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return UpdateAutomaticTapeCreationPolicyResponse Modifier and Type Method Description default UpdateAutomaticTapeCreationPolicyResponseStorageGatewayClient. updateAutomaticTapeCreationPolicy(Consumer<UpdateAutomaticTapeCreationPolicyRequest.Builder> updateAutomaticTapeCreationPolicyRequest)Updates the automatic tape creation policy of a gateway.default UpdateAutomaticTapeCreationPolicyResponseStorageGatewayClient. updateAutomaticTapeCreationPolicy(UpdateAutomaticTapeCreationPolicyRequest updateAutomaticTapeCreationPolicyRequest)Updates the automatic tape creation policy of a gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type UpdateAutomaticTapeCreationPolicyResponse Modifier and Type Method Description default CompletableFuture<UpdateAutomaticTapeCreationPolicyResponse>StorageGatewayAsyncClient. updateAutomaticTapeCreationPolicy(Consumer<UpdateAutomaticTapeCreationPolicyRequest.Builder> updateAutomaticTapeCreationPolicyRequest)Updates the automatic tape creation policy of a gateway.default CompletableFuture<UpdateAutomaticTapeCreationPolicyResponse>StorageGatewayAsyncClient. updateAutomaticTapeCreationPolicy(UpdateAutomaticTapeCreationPolicyRequest updateAutomaticTapeCreationPolicyRequest)Updates the automatic tape creation policy of a gateway.
-