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 ChapInfoChapInfo. clone()ChapInfoChapInfo. withInitiatorName(String initiatorName)The iSCSI initiator that connects to the target.ChapInfoChapInfo. withSecretToAuthenticateInitiator(String secretToAuthenticateInitiator)The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.ChapInfoChapInfo. withSecretToAuthenticateTarget(String secretToAuthenticateTarget)The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.ChapInfoChapInfo. 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 DescribeChapCredentialsResultDescribeChapCredentialsResult. 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 voidDescribeChapCredentialsResult. setChapCredentials(Collection<ChapInfo> chapCredentials)An array of ChapInfo objects that represent CHAP credentials.DescribeChapCredentialsResultDescribeChapCredentialsResult. withChapCredentials(Collection<ChapInfo> chapCredentials)An array of ChapInfo objects that represent CHAP credentials.
-