| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static ChapInfo.Builder |
ChapInfo.builder() |
ChapInfo.Builder |
ChapInfo.Builder.initiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
|
ChapInfo.Builder |
ChapInfo.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.
|
ChapInfo.Builder |
ChapInfo.Builder.secretToAuthenticateTarget(String secretToAuthenticateTarget)
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.
|
ChapInfo.Builder |
ChapInfo.Builder.targetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume.
|
ChapInfo.Builder |
ChapInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChapInfo.Builder> |
ChapInfo.serializableBuilderClass() |
Copyright © 2019. All rights reserved.