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