Package | Description |
---|---|
com.amazonaws.services.storagegateway |
Synchronous and asynchronous client classes for accessing AWSStorageGateway.
|
com.amazonaws.services.storagegateway.model |
Classes modeling the various types represented by AWSStorageGateway.
|
Modifier and Type | Method and Description |
---|---|
UpdateChapCredentialsResult |
AWSStorageGatewayClient.updateChapCredentials(UpdateChapCredentialsRequest updateChapCredentialsRequest)
This operation updates the Challenge-Handshake Authentication
Protocol (CHAP) credentials for a specified iSCSI target.
|
UpdateChapCredentialsResult |
AWSStorageGateway.updateChapCredentials(UpdateChapCredentialsRequest updateChapCredentialsRequest)
This operation updates the Challenge-Handshake Authentication
Protocol (CHAP) credentials for a specified iSCSI target.
|
Future<UpdateChapCredentialsResult> |
AWSStorageGatewayAsync.updateChapCredentialsAsync(UpdateChapCredentialsRequest updateChapCredentialsRequest)
This operation updates the Challenge-Handshake Authentication
Protocol (CHAP) credentials for a specified iSCSI target.
|
Future<UpdateChapCredentialsResult> |
AWSStorageGatewayAsyncClient.updateChapCredentialsAsync(UpdateChapCredentialsRequest updateChapCredentialsRequest)
This operation updates the Challenge-Handshake Authentication
Protocol (CHAP) credentials for a specified iSCSI target.
|
Future<UpdateChapCredentialsResult> |
AWSStorageGatewayAsync.updateChapCredentialsAsync(UpdateChapCredentialsRequest updateChapCredentialsRequest,
AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler)
This operation updates the Challenge-Handshake Authentication
Protocol (CHAP) credentials for a specified iSCSI target.
|
Future<UpdateChapCredentialsResult> |
AWSStorageGatewayAsyncClient.updateChapCredentialsAsync(UpdateChapCredentialsRequest updateChapCredentialsRequest,
AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler)
This operation updates the Challenge-Handshake Authentication
Protocol (CHAP) credentials for a specified iSCSI target.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateChapCredentialsResult> |
AWSStorageGatewayAsync.updateChapCredentialsAsync(UpdateChapCredentialsRequest updateChapCredentialsRequest,
AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler)
This operation updates the Challenge-Handshake Authentication
Protocol (CHAP) credentials for a specified iSCSI target.
|
Future<UpdateChapCredentialsResult> |
AWSStorageGatewayAsyncClient.updateChapCredentialsAsync(UpdateChapCredentialsRequest updateChapCredentialsRequest,
AsyncHandler<UpdateChapCredentialsRequest,UpdateChapCredentialsResult> asyncHandler)
This operation updates the Challenge-Handshake Authentication
Protocol (CHAP) credentials for a specified iSCSI target.
|
Modifier and Type | Method and Description |
---|---|
UpdateChapCredentialsRequest |
UpdateChapCredentialsRequest.withInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
|
UpdateChapCredentialsRequest |
UpdateChapCredentialsRequest.withSecretToAuthenticateInitiator(String secretToAuthenticateInitiator)
The secret key that the initiator (e.g.
|
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 © 2014. All rights reserved.