Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.GetAssociatedResourceResponse
-
Packages that use GetAssociatedResourceResponse 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 GetAssociatedResourceResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return GetAssociatedResourceResponse Modifier and Type Method Description default GetAssociatedResourceResponseServiceCatalogAppRegistryClient. getAssociatedResource(Consumer<GetAssociatedResourceRequest.Builder> getAssociatedResourceRequest)Gets the resource associated with the application.default GetAssociatedResourceResponseServiceCatalogAppRegistryClient. getAssociatedResource(GetAssociatedResourceRequest getAssociatedResourceRequest)Gets the resource associated with the application.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type GetAssociatedResourceResponse Modifier and Type Method Description default CompletableFuture<GetAssociatedResourceResponse>ServiceCatalogAppRegistryAsyncClient. getAssociatedResource(Consumer<GetAssociatedResourceRequest.Builder> getAssociatedResourceRequest)Gets the resource associated with the application.default CompletableFuture<GetAssociatedResourceResponse>ServiceCatalogAppRegistryAsyncClient. getAssociatedResource(GetAssociatedResourceRequest getAssociatedResourceRequest)Gets the resource associated with the application.
-