@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSAppRegistry
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSAppRegistry
instead.
Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
AssociateAttributeGroupResult |
associateAttributeGroup(AssociateAttributeGroupRequest associateAttributeGroupRequest)
Associates an attribute group with an application to augment the application's metadata with the group's
attributes.
|
AssociateResourceResult |
associateResource(AssociateResourceRequest associateResourceRequest)
Associates a resource with an application.
|
CreateApplicationResult |
createApplication(CreateApplicationRequest createApplicationRequest)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
|
CreateAttributeGroupResult |
createAttributeGroup(CreateAttributeGroupRequest createAttributeGroupRequest)
Creates a new attribute group as a container for user-defined attributes.
|
DeleteApplicationResult |
deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes an application that is specified either by its application ID or name.
|
DeleteAttributeGroupResult |
deleteAttributeGroup(DeleteAttributeGroupRequest deleteAttributeGroupRequest)
Deletes an attribute group, specified either by its attribute group ID or name.
|
DisassociateAttributeGroupResult |
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.
|
DisassociateResourceResult |
disassociateResource(DisassociateResourceRequest disassociateResourceRequest)
Disassociates a resource from application.
|
GetApplicationResult |
getApplication(GetApplicationRequest getApplicationRequest)
Retrieves metadata information about one of your applications.
|
GetAssociatedResourceResult |
getAssociatedResource(GetAssociatedResourceRequest getAssociatedResourceRequest)
Gets the resource associated with the application.
|
GetAttributeGroupResult |
getAttributeGroup(GetAttributeGroupRequest getAttributeGroupRequest)
Retrieves an attribute group, either by its name or its ID.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListApplicationsResult |
listApplications(ListApplicationsRequest listApplicationsRequest)
Retrieves a list of all of your applications.
|
ListAssociatedAttributeGroupsResult |
listAssociatedAttributeGroups(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest)
Lists all attribute groups that are associated with specified application.
|
ListAssociatedResourcesResult |
listAssociatedResources(ListAssociatedResourcesRequest listAssociatedResourcesRequest)
Lists all resources that are associated with specified application.
|
ListAttributeGroupsResult |
listAttributeGroups(ListAttributeGroupsRequest listAttributeGroupsRequest)
Lists all attribute groups which you have access to.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all of the tags on the resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
SyncResourceResult |
syncResource(SyncResourceRequest syncResourceRequest)
Syncs the resource with current AppRegistry records.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
|
UpdateApplicationResult |
updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates an existing application with new attributes.
|
UpdateAttributeGroupResult |
updateAttributeGroup(UpdateAttributeGroupRequest updateAttributeGroupRequest)
Updates an existing attribute group with new details.
|
static final String ENDPOINT_PREFIX
AssociateAttributeGroupResult associateAttributeGroup(AssociateAttributeGroupRequest associateAttributeGroupRequest)
Associates an attribute group with an application to augment the application's metadata with the group's attributes. This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.
associateAttributeGroupRequest
- ResourceNotFoundException
- The specified resource does not exist.ValidationException
- The request has invalid or missing parameters.InternalServerException
- The service is experiencing internal problems.ServiceQuotaExceededException
- The maximum number of resources per account has been reached.AssociateResourceResult associateResource(AssociateResourceRequest associateResourceRequest)
Associates a resource with an application. Both the resource and the application can be specified either by ID or name.
associateResourceRequest
- ResourceNotFoundException
- The specified resource does not exist.InternalServerException
- The service is experiencing internal problems.ServiceQuotaExceededException
- The maximum number of resources per account has been reached.ConflictException
- There was a conflict when processing the request (for example, a resource with the given name already
exists within the account).CreateApplicationResult createApplication(CreateApplicationRequest createApplicationRequest)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
createApplicationRequest
- ServiceQuotaExceededException
- The maximum number of resources per account has been reached.ConflictException
- There was a conflict when processing the request (for example, a resource with the given name already
exists within the account).InternalServerException
- The service is experiencing internal problems.CreateAttributeGroupResult createAttributeGroup(CreateAttributeGroupRequest createAttributeGroupRequest)
Creates a new attribute group as a container for user-defined attributes. This feature enables users to have full control over their cloud application's metadata in a rich machine-readable format to facilitate integration with automated workflows and third-party tools.
createAttributeGroupRequest
- ServiceQuotaExceededException
- The maximum number of resources per account has been reached.ConflictException
- There was a conflict when processing the request (for example, a resource with the given name already
exists within the account).ValidationException
- The request has invalid or missing parameters.InternalServerException
- The service is experiencing internal problems.DeleteApplicationResult deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes an application that is specified either by its application ID or name. All associated attribute groups and resources must be disassociated from it before deleting an application.
deleteApplicationRequest
- ResourceNotFoundException
- The specified resource does not exist.ValidationException
- The request has invalid or missing parameters.InternalServerException
- The service is experiencing internal problems.DeleteAttributeGroupResult deleteAttributeGroup(DeleteAttributeGroupRequest deleteAttributeGroupRequest)
Deletes an attribute group, specified either by its attribute group ID or name.
deleteAttributeGroupRequest
- ResourceNotFoundException
- The specified resource does not exist.ValidationException
- The request has invalid or missing parameters.InternalServerException
- The service is experiencing internal problems.DisassociateAttributeGroupResult 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. This operation reverts AssociateAttributeGroup
.
disassociateAttributeGroupRequest
- ResourceNotFoundException
- The specified resource does not exist.ValidationException
- The request has invalid or missing parameters.InternalServerException
- The service is experiencing internal problems.DisassociateResourceResult disassociateResource(DisassociateResourceRequest disassociateResourceRequest)
Disassociates a resource from application. Both the resource and the application can be specified either by ID or name.
disassociateResourceRequest
- ResourceNotFoundException
- The specified resource does not exist.InternalServerException
- The service is experiencing internal problems.GetApplicationResult getApplication(GetApplicationRequest getApplicationRequest)
Retrieves metadata information about one of your applications. The application can be specified either by its
unique ID or by its name (which is unique within one account in one region at a given point in time). Specify by
ID in automated workflows if you want to make sure that the exact same application is returned or a
ResourceNotFoundException
is thrown, avoiding the ABA addressing problem.
getApplicationRequest
- ResourceNotFoundException
- The specified resource does not exist.ValidationException
- The request has invalid or missing parameters.InternalServerException
- The service is experiencing internal problems.GetAssociatedResourceResult getAssociatedResource(GetAssociatedResourceRequest getAssociatedResourceRequest)
Gets the resource associated with the application.
getAssociatedResourceRequest
- ResourceNotFoundException
- The specified resource does not exist.ValidationException
- The request has invalid or missing parameters.InternalServerException
- The service is experiencing internal problems.GetAttributeGroupResult getAttributeGroup(GetAttributeGroupRequest getAttributeGroupRequest)
Retrieves an attribute group, either by its name or its ID. The attribute group can be specified either by its unique ID or by its name.
getAttributeGroupRequest
- ResourceNotFoundException
- The specified resource does not exist.ValidationException
- The request has invalid or missing parameters.InternalServerException
- The service is experiencing internal problems.ListApplicationsResult listApplications(ListApplicationsRequest listApplicationsRequest)
Retrieves a list of all of your applications. Results are paginated.
listApplicationsRequest
- ValidationException
- The request has invalid or missing parameters.InternalServerException
- The service is experiencing internal problems.ListAssociatedAttributeGroupsResult listAssociatedAttributeGroups(ListAssociatedAttributeGroupsRequest listAssociatedAttributeGroupsRequest)
Lists all attribute groups that are associated with specified application. Results are paginated.
listAssociatedAttributeGroupsRequest
- ResourceNotFoundException
- The specified resource does not exist.ValidationException
- The request has invalid or missing parameters.InternalServerException
- The service is experiencing internal problems.ListAssociatedResourcesResult listAssociatedResources(ListAssociatedResourcesRequest listAssociatedResourcesRequest)
Lists all resources that are associated with specified application. Results are paginated.
listAssociatedResourcesRequest
- ResourceNotFoundException
- The specified resource does not exist.ValidationException
- The request has invalid or missing parameters.InternalServerException
- The service is experiencing internal problems.ListAttributeGroupsResult listAttributeGroups(ListAttributeGroupsRequest listAttributeGroupsRequest)
Lists all attribute groups which you have access to. Results are paginated.
listAttributeGroupsRequest
- ValidationException
- The request has invalid or missing parameters.InternalServerException
- The service is experiencing internal problems.ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all of the tags on the resource.
listTagsForResourceRequest
- ValidationException
- The request has invalid or missing parameters.ResourceNotFoundException
- The specified resource does not exist.InternalServerException
- The service is experiencing internal problems.SyncResourceResult syncResource(SyncResourceRequest syncResourceRequest)
Syncs the resource with current AppRegistry records.
Specifically, the resource’s AppRegistry system tags sync with its associated application. We remove the resource's AppRegistry system tags if it does not associate with the application. The caller must have permissions to read and update the resource.
syncResourceRequest
- ResourceNotFoundException
- The specified resource does not exist.InternalServerException
- The service is experiencing internal problems.ConflictException
- There was a conflict when processing the request (for example, a resource with the given name already
exists within the account).TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.
This operation returns an empty response if the call was successful.
tagResourceRequest
- ValidationException
- The request has invalid or missing parameters.ResourceNotFoundException
- The specified resource does not exist.InternalServerException
- The service is experiencing internal problems.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
This operation returns an empty response if the call was successful.
untagResourceRequest
- ValidationException
- The request has invalid or missing parameters.ResourceNotFoundException
- The specified resource does not exist.InternalServerException
- The service is experiencing internal problems.UpdateApplicationResult updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates an existing application with new attributes.
updateApplicationRequest
- ResourceNotFoundException
- The specified resource does not exist.ConflictException
- There was a conflict when processing the request (for example, a resource with the given name already
exists within the account).InternalServerException
- The service is experiencing internal problems.UpdateAttributeGroupResult updateAttributeGroup(UpdateAttributeGroupRequest updateAttributeGroupRequest)
Updates an existing attribute group with new details.
updateAttributeGroupRequest
- ResourceNotFoundException
- The specified resource does not exist.ValidationException
- The request has invalid or missing parameters.ConflictException
- There was a conflict when processing the request (for example, a resource with the given name already
exists within the account).InternalServerException
- The service is experiencing internal problems.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.