Uses of Class
com.amazonaws.services.storagegateway.model.UpdateChapCredentialsRequest
Packages that use UpdateChapCredentialsRequest
Package
Description
-
Uses of UpdateChapCredentialsRequest in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway with parameters of type UpdateChapCredentialsRequestModifier and TypeMethodDescriptionAbstractAWSStorageGateway.updateChapCredentials
(UpdateChapCredentialsRequest request) AWSStorageGateway.updateChapCredentials
(UpdateChapCredentialsRequest updateChapCredentialsRequest) Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.AWSStorageGatewayClient.updateChapCredentials
(UpdateChapCredentialsRequest updateChapCredentialsRequest) Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.AbstractAWSStorageGatewayAsync.updateChapCredentialsAsync
(UpdateChapCredentialsRequest request) AbstractAWSStorageGatewayAsync.updateChapCredentialsAsync
(UpdateChapCredentialsRequest request, AsyncHandler<UpdateChapCredentialsRequest, UpdateChapCredentialsResult> asyncHandler) AWSStorageGatewayAsync.updateChapCredentialsAsync
(UpdateChapCredentialsRequest updateChapCredentialsRequest) Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.AWSStorageGatewayAsync.updateChapCredentialsAsync
(UpdateChapCredentialsRequest updateChapCredentialsRequest, AsyncHandler<UpdateChapCredentialsRequest, UpdateChapCredentialsResult> asyncHandler) Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.AWSStorageGatewayAsyncClient.updateChapCredentialsAsync
(UpdateChapCredentialsRequest request) AWSStorageGatewayAsyncClient.updateChapCredentialsAsync
(UpdateChapCredentialsRequest request, AsyncHandler<UpdateChapCredentialsRequest, UpdateChapCredentialsResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type UpdateChapCredentialsRequestModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.updateChapCredentialsAsync
(UpdateChapCredentialsRequest request, AsyncHandler<UpdateChapCredentialsRequest, UpdateChapCredentialsResult> asyncHandler) AWSStorageGatewayAsync.updateChapCredentialsAsync
(UpdateChapCredentialsRequest updateChapCredentialsRequest, AsyncHandler<UpdateChapCredentialsRequest, UpdateChapCredentialsResult> asyncHandler) Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.AWSStorageGatewayAsyncClient.updateChapCredentialsAsync
(UpdateChapCredentialsRequest request, AsyncHandler<UpdateChapCredentialsRequest, UpdateChapCredentialsResult> asyncHandler) -
Uses of UpdateChapCredentialsRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return UpdateChapCredentialsRequestModifier and TypeMethodDescriptionUpdateChapCredentialsRequest.clone()
UpdateChapCredentialsRequest.withInitiatorName
(String initiatorName) The iSCSI initiator that connects to the target.UpdateChapCredentialsRequest.withSecretToAuthenticateInitiator
(String secretToAuthenticateInitiator) The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.UpdateChapCredentialsRequest.withSecretToAuthenticateTarget
(String secretToAuthenticateTarget) The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.UpdateChapCredentialsRequest.withTargetARN
(String targetARN) The Amazon Resource Name (ARN) of the iSCSI volume target.