| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateChapCredentialsResponse |
StorageGatewayClient.updateChapCredentials(Consumer<UpdateChapCredentialsRequest.Builder> updateChapCredentialsRequest)
Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.
|
default CompletableFuture<UpdateChapCredentialsResponse> |
StorageGatewayAsyncClient.updateChapCredentials(Consumer<UpdateChapCredentialsRequest.Builder> updateChapCredentialsRequest)
Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateChapCredentialsRequest.Builder |
UpdateChapCredentialsRequest.builder() |
UpdateChapCredentialsRequest.Builder |
UpdateChapCredentialsRequest.Builder.initiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
|
UpdateChapCredentialsRequest.Builder |
UpdateChapCredentialsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChapCredentialsRequest.Builder |
UpdateChapCredentialsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateChapCredentialsRequest.Builder |
UpdateChapCredentialsRequest.Builder.secretToAuthenticateInitiator(String secretToAuthenticateInitiator)
The secret key that the initiator (for example, the Windows client) must provide to participate in mutual
CHAP with the target.
|
UpdateChapCredentialsRequest.Builder |
UpdateChapCredentialsRequest.Builder.secretToAuthenticateTarget(String secretToAuthenticateTarget)
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.
|
UpdateChapCredentialsRequest.Builder |
UpdateChapCredentialsRequest.Builder.targetARN(String targetARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
UpdateChapCredentialsRequest.Builder |
UpdateChapCredentialsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateChapCredentialsRequest.Builder> |
UpdateChapCredentialsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.