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