Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateChapCredentialsResponse
-
Packages that use UpdateChapCredentialsResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of UpdateChapCredentialsResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return UpdateChapCredentialsResponse Modifier and Type Method Description default UpdateChapCredentialsResponseStorageGatewayClient. updateChapCredentials(Consumer<UpdateChapCredentialsRequest.Builder> updateChapCredentialsRequest)Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.default UpdateChapCredentialsResponseStorageGatewayClient. updateChapCredentials(UpdateChapCredentialsRequest updateChapCredentialsRequest)Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type UpdateChapCredentialsResponse Modifier and Type Method Description default CompletableFuture<UpdateChapCredentialsResponse>StorageGatewayAsyncClient. updateChapCredentials(Consumer<UpdateChapCredentialsRequest.Builder> updateChapCredentialsRequest)Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.default CompletableFuture<UpdateChapCredentialsResponse>StorageGatewayAsyncClient. updateChapCredentials(UpdateChapCredentialsRequest updateChapCredentialsRequest)Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.
-