| 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 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 GetAttributeGroupResponse |
ServiceCatalogAppRegistryClient.getAttributeGroup(Consumer<GetAttributeGroupRequest.Builder> getAttributeGroupRequest)
Retrieves an attribute group by its ARN, ID, or name.
|
default GetAttributeGroupResponse |
ServiceCatalogAppRegistryClient.getAttributeGroup(GetAttributeGroupRequest getAttributeGroupRequest)
Retrieves an attribute group by its ARN, ID, or name.
|
default PutConfigurationResponse |
ServiceCatalogAppRegistryClient.putConfiguration(Consumer<PutConfigurationRequest.Builder> putConfigurationRequest)
Associates a
TagKey configuration to an account. |
default PutConfigurationResponse |
ServiceCatalogAppRegistryClient.putConfiguration(PutConfigurationRequest putConfigurationRequest)
Associates a
TagKey configuration to an account. |
default SyncResourceResponse |
ServiceCatalogAppRegistryClient.syncResource(Consumer<SyncResourceRequest.Builder> syncResourceRequest)
Syncs the resource with current AppRegistry records.
|
default SyncResourceResponse |
ServiceCatalogAppRegistryClient.syncResource(SyncResourceRequest syncResourceRequest)
Syncs the resource with current AppRegistry records.
|
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 © 2023. All rights reserved.