Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.DescribeCopyProductStatusResponse.Builder
-
Packages that use DescribeCopyProductStatusResponse.Builder Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of DescribeCopyProductStatusResponse.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return DescribeCopyProductStatusResponse.Builder Modifier and Type Method Description static DescribeCopyProductStatusResponse.BuilderDescribeCopyProductStatusResponse. builder()DescribeCopyProductStatusResponse.BuilderDescribeCopyProductStatusResponse.Builder. copyProductStatus(String copyProductStatus)The status of the copy product operation.DescribeCopyProductStatusResponse.BuilderDescribeCopyProductStatusResponse.Builder. copyProductStatus(CopyProductStatus copyProductStatus)The status of the copy product operation.DescribeCopyProductStatusResponse.BuilderDescribeCopyProductStatusResponse.Builder. statusDetail(String statusDetail)The status message.DescribeCopyProductStatusResponse.BuilderDescribeCopyProductStatusResponse.Builder. targetProductId(String targetProductId)The identifier of the copied product.DescribeCopyProductStatusResponse.BuilderDescribeCopyProductStatusResponse. toBuilder()Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type DescribeCopyProductStatusResponse.Builder Modifier and Type Method Description static Class<? extends DescribeCopyProductStatusResponse.Builder>DescribeCopyProductStatusResponse. serializableBuilderClass()
-