Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ChapInfo> |
DescribeChapCredentialsResult.chapCredentials
An array of ChapInfo objects that represent CHAP credentials.
|
Modifier and Type | Method and Description |
---|---|
ChapInfo |
ChapInfo.clone() |
ChapInfo |
ChapInfo.withInitiatorName(java.lang.String initiatorName)
The iSCSI initiator that connects to the target.
|
ChapInfo |
ChapInfo.withSecretToAuthenticateInitiator(java.lang.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(java.lang.String secretToAuthenticateTarget)
The secret key that the target must provide to participate in mutual CHAP
with the initiator (e.g.
|
ChapInfo |
ChapInfo.withTargetARN(java.lang.String targetARN)
The Amazon Resource Name (ARN) of the volume.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ChapInfo> chapCredentials)
An array of ChapInfo objects that represent CHAP credentials.
|
DescribeChapCredentialsResult |
DescribeChapCredentialsResult.withChapCredentials(java.util.Collection<ChapInfo> chapCredentials)
An array of ChapInfo objects that represent CHAP credentials.
|
Modifier and Type | Method and Description |
---|---|
ChapInfo |
ChapInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ChapInfoJsonMarshaller.marshall(ChapInfo chapInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|