@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSAppRegistry extends Object implements AWSAppRegistry
AWSAppRegistry
. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
AssociateAttributeGroupResult |
associateAttributeGroup(AssociateAttributeGroupRequest request)
Associates an attribute group with an application to augment the application's metadata with the group's
attributes.
|
AssociateResourceResult |
associateResource(AssociateResourceRequest request)
Associates a resource with an application.
|
CreateApplicationResult |
createApplication(CreateApplicationRequest request)
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
|
CreateAttributeGroupResult |
createAttributeGroup(CreateAttributeGroupRequest request)
Creates a new attribute group as a container for user-defined attributes.
|
DeleteApplicationResult |
deleteApplication(DeleteApplicationRequest request)
Delete an application, specified either by its application ID or name.
|
DeleteAttributeGroupResult |
deleteAttributeGroup(DeleteAttributeGroupRequest request)
Deletes an attribute group, specified either by its attribute group ID or name.
|
DisassociateAttributeGroupResult |
disassociateAttributeGroup(DisassociateAttributeGroupRequest request)
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 request)
Disassociates a resource from application.
|
GetApplicationResult |
getApplication(GetApplicationRequest request)
Retrieves metadata information about one of your applications.
|
GetAttributeGroupResult |
getAttributeGroup(GetAttributeGroupRequest request)
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 request)
Retrieves a list of all of your applications.
|
ListAssociatedAttributeGroupsResult |
listAssociatedAttributeGroups(ListAssociatedAttributeGroupsRequest request)
Lists all attribute groups that are associated with specified application.
|
ListAssociatedResourcesResult |
listAssociatedResources(ListAssociatedResourcesRequest request)
Lists all resources that are associated with specified application.
|
ListAttributeGroupsResult |
listAttributeGroups(ListAttributeGroupsRequest request)
Lists all attribute groups which you have access to.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateApplicationResult |
updateApplication(UpdateApplicationRequest request)
Updates an existing application with new attributes.
|
UpdateAttributeGroupResult |
updateAttributeGroup(UpdateAttributeGroupRequest request)
Updates an existing attribute group with new details.
|
public AssociateAttributeGroupResult associateAttributeGroup(AssociateAttributeGroupRequest request)
AWSAppRegistry
Associates an attribute group with an application to augment the application's metadata with the group's attributes. This way applications can be described with user-defined details which are machine-readable (e.g. for third-party integrations).
associateAttributeGroup
in interface AWSAppRegistry
public AssociateResourceResult associateResource(AssociateResourceRequest request)
AWSAppRegistry
Associates a resource with an application. Both the resource and the application can be specified either by ID or name.
associateResource
in interface AWSAppRegistry
public CreateApplicationResult createApplication(CreateApplicationRequest request)
AWSAppRegistry
Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
createApplication
in interface AWSAppRegistry
public CreateAttributeGroupResult createAttributeGroup(CreateAttributeGroupRequest request)
AWSAppRegistry
Creates a new attribute group as a container for user-defined attributes. This approach 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.
createAttributeGroup
in interface AWSAppRegistry
public DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
AWSAppRegistry
Delete an application, specified either by its application ID or name.
deleteApplication
in interface AWSAppRegistry
public DeleteAttributeGroupResult deleteAttributeGroup(DeleteAttributeGroupRequest request)
AWSAppRegistry
Deletes an attribute group, specified either by its attribute group ID or name.
deleteAttributeGroup
in interface AWSAppRegistry
public DisassociateAttributeGroupResult disassociateAttributeGroup(DisassociateAttributeGroupRequest request)
AWSAppRegistry
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.
disassociateAttributeGroup
in interface AWSAppRegistry
public DisassociateResourceResult disassociateResource(DisassociateResourceRequest request)
AWSAppRegistry
Disassociates a resource from application. Both the resource and the application can be specified either by ID or name.
disassociateResource
in interface AWSAppRegistry
public GetApplicationResult getApplication(GetApplicationRequest request)
AWSAppRegistry
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.
getApplication
in interface AWSAppRegistry
public GetAttributeGroupResult getAttributeGroup(GetAttributeGroupRequest request)
AWSAppRegistry
Retrieves an attribute group, either by its name or its ID.
getAttributeGroup
in interface AWSAppRegistry
public ListApplicationsResult listApplications(ListApplicationsRequest request)
AWSAppRegistry
Retrieves a list of all of your applications. Results are paginated.
listApplications
in interface AWSAppRegistry
public ListAssociatedAttributeGroupsResult listAssociatedAttributeGroups(ListAssociatedAttributeGroupsRequest request)
AWSAppRegistry
Lists all attribute groups that are associated with specified application. Results are paginated.
listAssociatedAttributeGroups
in interface AWSAppRegistry
public ListAssociatedResourcesResult listAssociatedResources(ListAssociatedResourcesRequest request)
AWSAppRegistry
Lists all resources that are associated with specified application. Results are paginated.
listAssociatedResources
in interface AWSAppRegistry
public ListAttributeGroupsResult listAttributeGroups(ListAttributeGroupsRequest request)
AWSAppRegistry
Lists all attribute groups which you have access to. Results are paginated.
listAttributeGroups
in interface AWSAppRegistry
public UpdateApplicationResult updateApplication(UpdateApplicationRequest request)
AWSAppRegistry
Updates an existing application with new attributes.
updateApplication
in interface AWSAppRegistry
public UpdateAttributeGroupResult updateAttributeGroup(UpdateAttributeGroupRequest request)
AWSAppRegistry
Updates an existing attribute group with new details.
updateAttributeGroup
in interface AWSAppRegistry
public void shutdown()
AWSAppRegistry
shutdown
in interface AWSAppRegistry
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSAppRegistry
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.
getCachedResponseMetadata
in interface AWSAppRegistry
request
- The originally executed request.