Uses of Interface
software.amazon.awssdk.services.storagegateway.model.UpdateChapCredentialsResponse.Builder
-
Packages that use UpdateChapCredentialsResponse.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of UpdateChapCredentialsResponse.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return UpdateChapCredentialsResponse.Builder Modifier and Type Method Description static UpdateChapCredentialsResponse.BuilderUpdateChapCredentialsResponse. builder()UpdateChapCredentialsResponse.BuilderUpdateChapCredentialsResponse.Builder. initiatorName(String initiatorName)The iSCSI initiator that connects to the target.UpdateChapCredentialsResponse.BuilderUpdateChapCredentialsResponse.Builder. targetARN(String targetARN)The Amazon Resource Name (ARN) of the target.UpdateChapCredentialsResponse.BuilderUpdateChapCredentialsResponse. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type UpdateChapCredentialsResponse.Builder Modifier and Type Method Description static Class<? extends UpdateChapCredentialsResponse.Builder>UpdateChapCredentialsResponse. serializableBuilderClass()
-