Package | Description |
---|---|
com.amazonaws.services.storagegateway | |
com.amazonaws.services.storagegateway.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateChapCredentialsResult> |
AbstractAWSStorageGatewayAsync.updateChapCredentialsAsync(UpdateChapCredentialsRequest request,
AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler) |
Future<UpdateChapCredentialsResult> |
AWSStorageGatewayAsyncClient.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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.