Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.AssociateAttributeGroupRequest.Builder
-
Packages that use AssociateAttributeGroupRequest.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources.software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of AssociateAttributeGroupRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry
Method parameters in software.amazon.awssdk.services.servicecatalogappregistry with type arguments of type AssociateAttributeGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. associateAttributeGroup(Consumer<AssociateAttributeGroupRequest.Builder> associateAttributeGroupRequest)Associates an attribute group with an application to augment the application's metadata with the group's attributes.default AssociateAttributeGroupResponseServiceCatalogAppRegistryClient. associateAttributeGroup(Consumer<AssociateAttributeGroupRequest.Builder> associateAttributeGroupRequest)Associates an attribute group with an application to augment the application's metadata with the group's attributes. -
Uses of AssociateAttributeGroupRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return AssociateAttributeGroupRequest.Builder Modifier and Type Method Description AssociateAttributeGroupRequest.BuilderAssociateAttributeGroupRequest.Builder. application(String application)The name, ID, or ARN of the application.AssociateAttributeGroupRequest.BuilderAssociateAttributeGroupRequest.Builder. attributeGroup(String attributeGroup)The name, ID, or ARN of the attribute group that holds the attributes to describe the application.static AssociateAttributeGroupRequest.BuilderAssociateAttributeGroupRequest. builder()AssociateAttributeGroupRequest.BuilderAssociateAttributeGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateAttributeGroupRequest.BuilderAssociateAttributeGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateAttributeGroupRequest.BuilderAssociateAttributeGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type AssociateAttributeGroupRequest.Builder Modifier and Type Method Description static Class<? extends AssociateAttributeGroupRequest.Builder>AssociateAttributeGroupRequest. serializableBuilderClass()
-