Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.UpdateAttributeGroupResponse
-
Packages that use UpdateAttributeGroupResponse 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. -
-
Uses of UpdateAttributeGroupResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return UpdateAttributeGroupResponse Modifier and Type Method Description default UpdateAttributeGroupResponseServiceCatalogAppRegistryClient. updateAttributeGroup(Consumer<UpdateAttributeGroupRequest.Builder> updateAttributeGroupRequest)Updates an existing attribute group with new details.default UpdateAttributeGroupResponseServiceCatalogAppRegistryClient. updateAttributeGroup(UpdateAttributeGroupRequest updateAttributeGroupRequest)Updates an existing attribute group with new details.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type UpdateAttributeGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. updateAttributeGroup(Consumer<UpdateAttributeGroupRequest.Builder> updateAttributeGroupRequest)Updates an existing attribute group with new details.default CompletableFuture<UpdateAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. updateAttributeGroup(UpdateAttributeGroupRequest updateAttributeGroupRequest)Updates an existing attribute group with new details.
-