Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.DeleteAttributeGroupResponse
-
Packages that use DeleteAttributeGroupResponse 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 DeleteAttributeGroupResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return DeleteAttributeGroupResponse Modifier and Type Method Description default DeleteAttributeGroupResponseServiceCatalogAppRegistryClient. deleteAttributeGroup(Consumer<DeleteAttributeGroupRequest.Builder> deleteAttributeGroupRequest)Deletes an attribute group, specified either by its attribute group ID, name, or ARN.default DeleteAttributeGroupResponseServiceCatalogAppRegistryClient. deleteAttributeGroup(DeleteAttributeGroupRequest deleteAttributeGroupRequest)Deletes an attribute group, specified either by its attribute group ID, name, or ARN.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type DeleteAttributeGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. deleteAttributeGroup(Consumer<DeleteAttributeGroupRequest.Builder> deleteAttributeGroupRequest)Deletes an attribute group, specified either by its attribute group ID, name, or ARN.default CompletableFuture<DeleteAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. deleteAttributeGroup(DeleteAttributeGroupRequest deleteAttributeGroupRequest)Deletes an attribute group, specified either by its attribute group ID, name, or ARN.
-