Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.DisassociateAttributeGroupRequest.Builder
-
Packages that use DisassociateAttributeGroupRequest.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 DisassociateAttributeGroupRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry
Method parameters in software.amazon.awssdk.services.servicecatalogappregistry with type arguments of type DisassociateAttributeGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. disassociateAttributeGroup(Consumer<DisassociateAttributeGroupRequest.Builder> disassociateAttributeGroupRequest)Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata.default DisassociateAttributeGroupResponseServiceCatalogAppRegistryClient. disassociateAttributeGroup(Consumer<DisassociateAttributeGroupRequest.Builder> disassociateAttributeGroupRequest)Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. -
Uses of DisassociateAttributeGroupRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return DisassociateAttributeGroupRequest.Builder Modifier and Type Method Description DisassociateAttributeGroupRequest.BuilderDisassociateAttributeGroupRequest.Builder. application(String application)The name, ID, or ARN of the application.DisassociateAttributeGroupRequest.BuilderDisassociateAttributeGroupRequest.Builder. attributeGroup(String attributeGroup)The name, ID, or ARN of the attribute group that holds the attributes to describe the application.static DisassociateAttributeGroupRequest.BuilderDisassociateAttributeGroupRequest. builder()DisassociateAttributeGroupRequest.BuilderDisassociateAttributeGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateAttributeGroupRequest.BuilderDisassociateAttributeGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateAttributeGroupRequest.BuilderDisassociateAttributeGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type DisassociateAttributeGroupRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateAttributeGroupRequest.Builder>DisassociateAttributeGroupRequest. serializableBuilderClass()
-