Package | Description |
---|---|
com.amazonaws.services.storagegateway | |
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateChapCredentialsResult |
AWSStorageGatewayClient.updateChapCredentials(UpdateChapCredentialsRequest updateChapCredentialsRequest)
Updates the Challenge-Handshake Authentication Protocol (CHAP)
credentials for a specified iSCSI target.
|
UpdateChapCredentialsResult |
AbstractAWSStorageGateway.updateChapCredentials(UpdateChapCredentialsRequest request) |
UpdateChapCredentialsResult |
AWSStorageGateway.updateChapCredentials(UpdateChapCredentialsRequest updateChapCredentialsRequest)
Updates the Challenge-Handshake Authentication Protocol (CHAP)
credentials for a specified iSCSI target.
|
java.util.concurrent.Future<UpdateChapCredentialsResult> |
AWSStorageGatewayAsyncClient.updateChapCredentialsAsync(UpdateChapCredentialsRequest request) |
java.util.concurrent.Future<UpdateChapCredentialsResult> |
AbstractAWSStorageGatewayAsync.updateChapCredentialsAsync(UpdateChapCredentialsRequest request) |
java.util.concurrent.Future<UpdateChapCredentialsResult> |
AWSStorageGatewayAsync.updateChapCredentialsAsync(UpdateChapCredentialsRequest updateChapCredentialsRequest)
Updates the Challenge-Handshake Authentication Protocol (CHAP)
credentials for a specified iSCSI target.
|
java.util.concurrent.Future<UpdateChapCredentialsResult> |
AWSStorageGatewayAsyncClient.updateChapCredentialsAsync(UpdateChapCredentialsRequest request,
AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler) |
java.util.concurrent.Future<UpdateChapCredentialsResult> |
AbstractAWSStorageGatewayAsync.updateChapCredentialsAsync(UpdateChapCredentialsRequest request,
AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler) |
java.util.concurrent.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 |
---|---|
java.util.concurrent.Future<UpdateChapCredentialsResult> |
AWSStorageGatewayAsyncClient.updateChapCredentialsAsync(UpdateChapCredentialsRequest request,
AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler) |
java.util.concurrent.Future<UpdateChapCredentialsResult> |
AbstractAWSStorageGatewayAsync.updateChapCredentialsAsync(UpdateChapCredentialsRequest request,
AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler) |
java.util.concurrent.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(java.lang.String initiatorName)
The iSCSI initiator that connects to the target.
|
UpdateChapCredentialsRequest |
UpdateChapCredentialsRequest.withSecretToAuthenticateInitiator(java.lang.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(java.lang.String secretToAuthenticateTarget)
The secret key that the target must provide to participate in mutual CHAP
with the initiator (e.g.
|
UpdateChapCredentialsRequest |
UpdateChapCredentialsRequest.withTargetARN(java.lang.String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateChapCredentialsRequest> |
UpdateChapCredentialsRequestMarshaller.marshall(UpdateChapCredentialsRequest updateChapCredentialsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateChapCredentialsRequest> |
UpdateChapCredentialsRequestMarshaller.marshall(UpdateChapCredentialsRequest updateChapCredentialsRequest) |