| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
ChapInfo |
ChapInfo.clone() |
ChapInfo |
ChapInfo.withInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target.
|
ChapInfo |
ChapInfo.withSecretToAuthenticateInitiator(String secretToAuthenticateInitiator)
The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP
with the target.
|
ChapInfo |
ChapInfo.withSecretToAuthenticateTarget(String secretToAuthenticateTarget)
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g., Windows
client).
|
ChapInfo |
ChapInfo.withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChapInfo> |
DescribeChapCredentialsResult.getChapCredentials()
An array of ChapInfo objects that represent CHAP credentials.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeChapCredentialsResult |
DescribeChapCredentialsResult.withChapCredentials(ChapInfo... chapCredentials)
An array of ChapInfo objects that represent CHAP credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeChapCredentialsResult.setChapCredentials(Collection<ChapInfo> chapCredentials)
An array of ChapInfo objects that represent CHAP credentials.
|
DescribeChapCredentialsResult |
DescribeChapCredentialsResult.withChapCredentials(Collection<ChapInfo> chapCredentials)
An array of ChapInfo objects that represent CHAP credentials.
|
Copyright © 2021. All rights reserved.