Uses of Class
com.amazonaws.services.storagegateway.model.ChapInfo
Packages that use ChapInfo
-
Uses of ChapInfo in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return ChapInfoModifier and TypeMethodDescriptionChapInfo.clone()
ChapInfo.withInitiatorName
(String initiatorName) The iSCSI initiator that connects to the target.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.withSecretToAuthenticateTarget
(String secretToAuthenticateTarget) The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.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 ChapInfoModifier and TypeMethodDescriptionDescribeChapCredentialsResult.getChapCredentials()
An array of ChapInfo objects that represent CHAP credentials.Methods in com.amazonaws.services.storagegateway.model with parameters of type ChapInfoModifier and TypeMethodDescriptionDescribeChapCredentialsResult.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 ChapInfoModifier and TypeMethodDescriptionvoid
DescribeChapCredentialsResult.setChapCredentials
(Collection<ChapInfo> chapCredentials) An array of ChapInfo objects that represent CHAP credentials.DescribeChapCredentialsResult.withChapCredentials
(Collection<ChapInfo> chapCredentials) An array of ChapInfo objects that represent CHAP credentials.