Uses of Class
com.amazonaws.services.storagegateway.model.UpdateChapCredentialsRequest
-
Packages that use UpdateChapCredentialsRequest Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of UpdateChapCredentialsRequest in com.amazonaws.services.storagegateway
Method parameters in com.amazonaws.services.storagegateway with type arguments of type UpdateChapCredentialsRequest Modifier and Type Method Description Future<UpdateChapCredentialsResult>
AbstractAWSStorageGatewayAsync. updateChapCredentialsAsync(UpdateChapCredentialsRequest request, AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler)
Future<UpdateChapCredentialsResult>
AWSStorageGatewayAsync. updateChapCredentialsAsync(UpdateChapCredentialsRequest updateChapCredentialsRequest, AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler)
Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.Future<UpdateChapCredentialsResult>
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 UpdateChapCredentialsRequest Modifier and Type Method Description UpdateChapCredentialsRequest
UpdateChapCredentialsRequest. clone()
UpdateChapCredentialsRequest
UpdateChapCredentialsRequest. withInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target.UpdateChapCredentialsRequest
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
UpdateChapCredentialsRequest. withSecretToAuthenticateTarget(String secretToAuthenticateTarget)
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.UpdateChapCredentialsRequest
UpdateChapCredentialsRequest. withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
-