Uses of Interface
software.amazon.awssdk.services.storagegateway.model.ChapInfo.Builder
-
Packages that use ChapInfo.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of ChapInfo.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return ChapInfo.Builder Modifier and Type Method Description static ChapInfo.BuilderChapInfo. builder()ChapInfo.BuilderChapInfo.Builder. initiatorName(String initiatorName)The iSCSI initiator that connects to the target.ChapInfo.BuilderChapInfo.Builder. secretToAuthenticateInitiator(String secretToAuthenticateInitiator)The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.ChapInfo.BuilderChapInfo.Builder. secretToAuthenticateTarget(String secretToAuthenticateTarget)The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g., Windows client).ChapInfo.BuilderChapInfo.Builder. targetARN(String targetARN)The Amazon Resource Name (ARN) of the volume.ChapInfo.BuilderChapInfo. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type ChapInfo.Builder Modifier and Type Method Description static Class<? extends ChapInfo.Builder>ChapInfo. serializableBuilderClass()
-