Uses of Interface
software.amazon.awssdk.services.storagegateway.model.UpdateChapCredentialsRequest.Builder
-
Packages that use UpdateChapCredentialsRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of UpdateChapCredentialsRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type UpdateChapCredentialsRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateChapCredentialsResponse>StorageGatewayAsyncClient. updateChapCredentials(Consumer<UpdateChapCredentialsRequest.Builder> updateChapCredentialsRequest)Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target.default UpdateChapCredentialsResponseStorageGatewayClient. updateChapCredentials(Consumer<UpdateChapCredentialsRequest.Builder> updateChapCredentialsRequest)Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified iSCSI target. -
Uses of UpdateChapCredentialsRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return UpdateChapCredentialsRequest.Builder Modifier and Type Method Description static UpdateChapCredentialsRequest.BuilderUpdateChapCredentialsRequest. builder()UpdateChapCredentialsRequest.BuilderUpdateChapCredentialsRequest.Builder. initiatorName(String initiatorName)The iSCSI initiator that connects to the target.UpdateChapCredentialsRequest.BuilderUpdateChapCredentialsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateChapCredentialsRequest.BuilderUpdateChapCredentialsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateChapCredentialsRequest.BuilderUpdateChapCredentialsRequest.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.UpdateChapCredentialsRequest.BuilderUpdateChapCredentialsRequest.Builder. secretToAuthenticateTarget(String secretToAuthenticateTarget)The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.UpdateChapCredentialsRequest.BuilderUpdateChapCredentialsRequest.Builder. targetARN(String targetARN)The Amazon Resource Name (ARN) of the iSCSI volume target.UpdateChapCredentialsRequest.BuilderUpdateChapCredentialsRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type UpdateChapCredentialsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateChapCredentialsRequest.Builder>UpdateChapCredentialsRequest. serializableBuilderClass()
-