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 |
---|---|
DeleteChapCredentialsResult |
AWSStorageGatewayClient.deleteChapCredentials(DeleteChapCredentialsRequest deleteChapCredentialsRequest)
This operation deletes Challenge-Handshake Authentication Protocol
(CHAP) credentials for a specified iSCSI target and initiator pair.
|
DeleteChapCredentialsResult |
AWSStorageGateway.deleteChapCredentials(DeleteChapCredentialsRequest deleteChapCredentialsRequest)
This operation deletes Challenge-Handshake Authentication Protocol
(CHAP) credentials for a specified iSCSI target and initiator pair.
|
Future<DeleteChapCredentialsResult> |
AWSStorageGatewayAsync.deleteChapCredentialsAsync(DeleteChapCredentialsRequest deleteChapCredentialsRequest)
This operation deletes Challenge-Handshake Authentication Protocol
(CHAP) credentials for a specified iSCSI target and initiator pair.
|
Future<DeleteChapCredentialsResult> |
AWSStorageGatewayAsyncClient.deleteChapCredentialsAsync(DeleteChapCredentialsRequest deleteChapCredentialsRequest)
This operation deletes Challenge-Handshake Authentication Protocol
(CHAP) credentials for a specified iSCSI target and initiator pair.
|
Future<DeleteChapCredentialsResult> |
AWSStorageGatewayAsync.deleteChapCredentialsAsync(DeleteChapCredentialsRequest deleteChapCredentialsRequest,
AsyncHandler<DeleteChapCredentialsRequest,DeleteChapCredentialsResult> asyncHandler)
This operation deletes Challenge-Handshake Authentication Protocol
(CHAP) credentials for a specified iSCSI target and initiator pair.
|
Future<DeleteChapCredentialsResult> |
AWSStorageGatewayAsyncClient.deleteChapCredentialsAsync(DeleteChapCredentialsRequest deleteChapCredentialsRequest,
AsyncHandler<DeleteChapCredentialsRequest,DeleteChapCredentialsResult> asyncHandler)
This operation deletes Challenge-Handshake Authentication Protocol
(CHAP) credentials for a specified iSCSI target and initiator pair.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteChapCredentialsResult> |
AWSStorageGatewayAsync.deleteChapCredentialsAsync(DeleteChapCredentialsRequest deleteChapCredentialsRequest,
AsyncHandler<DeleteChapCredentialsRequest,DeleteChapCredentialsResult> asyncHandler)
This operation deletes Challenge-Handshake Authentication Protocol
(CHAP) credentials for a specified iSCSI target and initiator pair.
|
Future<DeleteChapCredentialsResult> |
AWSStorageGatewayAsyncClient.deleteChapCredentialsAsync(DeleteChapCredentialsRequest deleteChapCredentialsRequest,
AsyncHandler<DeleteChapCredentialsRequest,DeleteChapCredentialsResult> asyncHandler)
This operation deletes Challenge-Handshake Authentication Protocol
(CHAP) credentials for a specified iSCSI target and initiator pair.
|
Modifier and Type | Method and Description |
---|---|
DeleteChapCredentialsRequest |
DeleteChapCredentialsRequest.withInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
|
DeleteChapCredentialsRequest |
DeleteChapCredentialsRequest.withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
Copyright © 2014. All rights reserved.