Uses of Interface
software.amazon.awssdk.services.marketplacecatalog.model.CancelChangeSetResponse.Builder
-
Packages that use CancelChangeSetResponse.Builder Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of CancelChangeSetResponse.Builder in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return CancelChangeSetResponse.Builder Modifier and Type Method Description static CancelChangeSetResponse.BuilderCancelChangeSetResponse. builder()CancelChangeSetResponse.BuilderCancelChangeSetResponse.Builder. changeSetArn(String changeSetArn)The ARN associated with the change set referenced in this request.CancelChangeSetResponse.BuilderCancelChangeSetResponse.Builder. changeSetId(String changeSetId)The unique identifier for the change set referenced in this request.CancelChangeSetResponse.BuilderCancelChangeSetResponse. toBuilder()Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type CancelChangeSetResponse.Builder Modifier and Type Method Description static Class<? extends CancelChangeSetResponse.Builder>CancelChangeSetResponse. serializableBuilderClass()
-