Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.AssociateAttributeGroupResponse.Builder
-
Packages that use AssociateAttributeGroupResponse.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of AssociateAttributeGroupResponse.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return AssociateAttributeGroupResponse.Builder Modifier and Type Method Description AssociateAttributeGroupResponse.BuilderAssociateAttributeGroupResponse.Builder. applicationArn(String applicationArn)The Amazon resource name (ARN) of the application that was augmented with attributes.AssociateAttributeGroupResponse.BuilderAssociateAttributeGroupResponse.Builder. attributeGroupArn(String attributeGroupArn)The Amazon resource name (ARN) of the attribute group that contains the application's new attributes.static AssociateAttributeGroupResponse.BuilderAssociateAttributeGroupResponse. builder()AssociateAttributeGroupResponse.BuilderAssociateAttributeGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type AssociateAttributeGroupResponse.Builder Modifier and Type Method Description static Class<? extends AssociateAttributeGroupResponse.Builder>AssociateAttributeGroupResponse. serializableBuilderClass()
-