Uses of Class
software.amazon.awssdk.services.storagegateway.model.DeleteChapCredentialsResponse
-
Packages that use DeleteChapCredentialsResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DeleteChapCredentialsResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DeleteChapCredentialsResponse Modifier and Type Method Description default DeleteChapCredentialsResponseStorageGatewayClient. deleteChapCredentials(Consumer<DeleteChapCredentialsRequest.Builder> deleteChapCredentialsRequest)Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair.default DeleteChapCredentialsResponseStorageGatewayClient. deleteChapCredentials(DeleteChapCredentialsRequest deleteChapCredentialsRequest)Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DeleteChapCredentialsResponse Modifier and Type Method Description default CompletableFuture<DeleteChapCredentialsResponse>StorageGatewayAsyncClient. deleteChapCredentials(Consumer<DeleteChapCredentialsRequest.Builder> deleteChapCredentialsRequest)Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair.default CompletableFuture<DeleteChapCredentialsResponse>StorageGatewayAsyncClient. deleteChapCredentials(DeleteChapCredentialsRequest deleteChapCredentialsRequest)Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target and initiator pair.
-