| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateAttributeGroupResponse |
ServiceCatalogAppRegistryClient.associateAttributeGroup(AssociateAttributeGroupRequest associateAttributeGroupRequest)
Associates an attribute group with an application to augment the application's metadata with the group's
attributes.
|
default AssociateAttributeGroupResponse |
ServiceCatalogAppRegistryClient.associateAttributeGroup(Consumer<AssociateAttributeGroupRequest.Builder> associateAttributeGroupRequest)
Associates an attribute group with an application to augment the application's metadata with the group's
attributes.
|
default AssociateResourceResponse |
ServiceCatalogAppRegistryClient.associateResource(AssociateResourceRequest associateResourceRequest)
Associates a resource with an application.
|
default AssociateResourceResponse |
ServiceCatalogAppRegistryClient.associateResource(Consumer<AssociateResourceRequest.Builder> associateResourceRequest)
Associates a resource with an application.
|
default CreateApplicationResponse |
ServiceCatalogAppRegistryClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
|
default CreateApplicationResponse |
ServiceCatalogAppRegistryClient.createApplication(CreateApplicationRequest createApplicationRequest)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
|
default CreateAttributeGroupResponse |
ServiceCatalogAppRegistryClient.createAttributeGroup(Consumer<CreateAttributeGroupRequest.Builder> createAttributeGroupRequest)
Creates a new attribute group as a container for user-defined attributes.
|
default CreateAttributeGroupResponse |
ServiceCatalogAppRegistryClient.createAttributeGroup(CreateAttributeGroupRequest createAttributeGroupRequest)
Creates a new attribute group as a container for user-defined attributes.
|
default DeleteApplicationResponse |
ServiceCatalogAppRegistryClient.deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest)
Deletes an application that is specified either by its application ID or name.
|
default DeleteApplicationResponse |
ServiceCatalogAppRegistryClient.deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes an application that is specified either by its application ID or name.
|
default DeleteAttributeGroupResponse |
ServiceCatalogAppRegistryClient.deleteAttributeGroup(Consumer<DeleteAttributeGroupRequest.Builder> deleteAttributeGroupRequest)
Deletes an attribute group, specified either by its attribute group ID or name.
|
default DeleteAttributeGroupResponse |
ServiceCatalogAppRegistryClient.deleteAttributeGroup(DeleteAttributeGroupRequest deleteAttributeGroupRequest)
Deletes an attribute group, specified either by its attribute group ID or name.
|
default DisassociateAttributeGroupResponse |
ServiceCatalogAppRegistryClient.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 DisassociateAttributeGroupResponse |
ServiceCatalogAppRegistryClient.disassociateAttributeGroup(DisassociateAttributeGroupRequest disassociateAttributeGroupRequest)
Disassociates an attribute group from an application to remove the extra attributes contained in the attribute
group from the application's metadata.
|
default DisassociateResourceResponse |
ServiceCatalogAppRegistryClient.disassociateResource(Consumer<DisassociateResourceRequest.Builder> disassociateResourceRequest)
Disassociates a resource from application.
|
default DisassociateResourceResponse |
ServiceCatalogAppRegistryClient.disassociateResource(DisassociateResourceRequest disassociateResourceRequest)
Disassociates a resource from application.
|
default GetApplicationResponse |
ServiceCatalogAppRegistryClient.getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)
Retrieves metadata information about one of your applications.
|
default GetApplicationResponse |
ServiceCatalogAppRegistryClient.getApplication(GetApplicationRequest getApplicationRequest)
Retrieves metadata information about one of your applications.
|
default GetAssociatedResourceResponse |
ServiceCatalogAppRegistryClient.getAssociatedResource(Consumer<GetAssociatedResourceRequest.Builder> getAssociatedResourceRequest)
Gets the resource associated with the application.
|
default GetAssociatedResourceResponse |
ServiceCatalogAppRegistryClient.getAssociatedResource(GetAssociatedResourceRequest getAssociatedResourceRequest)
Gets the resource associated with the application.
|
default GetAttributeGroupResponse |
ServiceCatalogAppRegistryClient.getAttributeGroup(Consumer<GetAttributeGroupRequest.Builder> getAttributeGroupRequest)
Retrieves an attribute group, either by its name or its ID.
|
default GetAttributeGroupResponse |
ServiceCatalogAppRegistryClient.getAttributeGroup(GetAttributeGroupRequest getAttributeGroupRequest)
Retrieves an attribute group, either by its name or its ID.
|
default ListApplicationsResponse |
ServiceCatalogAppRegistryClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Retrieves a list of all of your applications.
|
default ListApplicationsResponse |
ServiceCatalogAppRegistryClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Retrieves a list of all of your applications.
|
default ListApplicationsIterable |
ServiceCatalogAppRegistryClient.listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Retrieves a list of all of your applications.
|
default ListApplicationsIterable |
ServiceCatalogAppRegistryClient.listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)
Retrieves a list of all of your applications.
|
default ListAssociatedAttributeGroupsResponse |
ServiceCatalogAppRegistryClient.listAssociatedAttributeGroups(Consumer<ListAssociatedAttributeGroupsRequest.Builder> listAssociatedAttributeGroupsRequest)
Lists all attribute groups that are associated with specified application.
|
default ListAssociatedAttributeGroupsResponse |
ServiceCatalogAppRegistryClient.listAssociatedAttributeGroups(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest)
Lists all attribute groups that are associated with specified application.
|
default ListAssociatedAttributeGroupsIterable |
ServiceCatalogAppRegistryClient.listAssociatedAttributeGroupsPaginator(Consumer<ListAssociatedAttributeGroupsRequest.Builder> listAssociatedAttributeGroupsRequest)
Lists all attribute groups that are associated with specified application.
|
default ListAssociatedAttributeGroupsIterable |
ServiceCatalogAppRegistryClient.listAssociatedAttributeGroupsPaginator(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest)
Lists all attribute groups that are associated with specified application.
|
default ListAssociatedResourcesResponse |
ServiceCatalogAppRegistryClient.listAssociatedResources(Consumer<ListAssociatedResourcesRequest.Builder> listAssociatedResourcesRequest)
Lists all resources that are associated with specified application.
|
default ListAssociatedResourcesResponse |
ServiceCatalogAppRegistryClient.listAssociatedResources(ListAssociatedResourcesRequest listAssociatedResourcesRequest)
Lists all resources that are associated with specified application.
|
default ListAssociatedResourcesIterable |
ServiceCatalogAppRegistryClient.listAssociatedResourcesPaginator(Consumer<ListAssociatedResourcesRequest.Builder> listAssociatedResourcesRequest)
Lists all resources that are associated with specified application.
|
default ListAssociatedResourcesIterable |
ServiceCatalogAppRegistryClient.listAssociatedResourcesPaginator(ListAssociatedResourcesRequest listAssociatedResourcesRequest)
Lists all resources that are associated with specified application.
|
default ListAttributeGroupsResponse |
ServiceCatalogAppRegistryClient.listAttributeGroups(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
default ListAttributeGroupsResponse |
ServiceCatalogAppRegistryClient.listAttributeGroups(ListAttributeGroupsRequest listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
default ListAttributeGroupsForApplicationResponse |
ServiceCatalogAppRegistryClient.listAttributeGroupsForApplication(Consumer<ListAttributeGroupsForApplicationRequest.Builder> listAttributeGroupsForApplicationRequest)
Lists the details of all attribute groups associated with a specific application.
|
default ListAttributeGroupsForApplicationResponse |
ServiceCatalogAppRegistryClient.listAttributeGroupsForApplication(ListAttributeGroupsForApplicationRequest listAttributeGroupsForApplicationRequest)
Lists the details of all attribute groups associated with a specific application.
|
default ListAttributeGroupsForApplicationIterable |
ServiceCatalogAppRegistryClient.listAttributeGroupsForApplicationPaginator(Consumer<ListAttributeGroupsForApplicationRequest.Builder> listAttributeGroupsForApplicationRequest)
Lists the details of all attribute groups associated with a specific application.
|
default ListAttributeGroupsForApplicationIterable |
ServiceCatalogAppRegistryClient.listAttributeGroupsForApplicationPaginator(ListAttributeGroupsForApplicationRequest listAttributeGroupsForApplicationRequest)
Lists the details of all attribute groups associated with a specific application.
|
default ListAttributeGroupsIterable |
ServiceCatalogAppRegistryClient.listAttributeGroupsPaginator(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
default ListAttributeGroupsIterable |
ServiceCatalogAppRegistryClient.listAttributeGroupsPaginator(ListAttributeGroupsRequest listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
default ListTagsForResourceResponse |
ServiceCatalogAppRegistryClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all of the tags on the resource.
|
default ListTagsForResourceResponse |
ServiceCatalogAppRegistryClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all of the tags on the resource.
|
default TagResourceResponse |
ServiceCatalogAppRegistryClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource.
|
default TagResourceResponse |
ServiceCatalogAppRegistryClient.tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource.
|
default UntagResourceResponse |
ServiceCatalogAppRegistryClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from a resource.
|
default UntagResourceResponse |
ServiceCatalogAppRegistryClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
|
default UpdateApplicationResponse |
ServiceCatalogAppRegistryClient.updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)
Updates an existing application with new attributes.
|
default UpdateApplicationResponse |
ServiceCatalogAppRegistryClient.updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates an existing application with new attributes.
|
default UpdateAttributeGroupResponse |
ServiceCatalogAppRegistryClient.updateAttributeGroup(Consumer<UpdateAttributeGroupRequest.Builder> updateAttributeGroupRequest)
Updates an existing attribute group with new details.
|
default UpdateAttributeGroupResponse |
ServiceCatalogAppRegistryClient.updateAttributeGroup(UpdateAttributeGroupRequest updateAttributeGroupRequest)
Updates an existing attribute group with new details.
|
Copyright © 2022. All rights reserved.