Uses of Class
com.amazonaws.services.storagegateway.model.ChapInfo
-
Packages that use ChapInfo Package Description com.amazonaws.services.storagegateway.model -
-
Uses of ChapInfo in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return ChapInfo Modifier and Type Method 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.ChapInfo
ChapInfo. withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume.Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type ChapInfo Modifier and Type Method Description List<ChapInfo>
DescribeChapCredentialsResult. getChapCredentials()
An array of ChapInfo objects that represent CHAP credentials.Methods in com.amazonaws.services.storagegateway.model with parameters of type ChapInfo Modifier and Type Method Description DescribeChapCredentialsResult
DescribeChapCredentialsResult. withChapCredentials(ChapInfo... chapCredentials)
An array of ChapInfo objects that represent CHAP credentials.Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type ChapInfo Modifier and Type Method 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.
-