Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.SyncResourceResponse
-
Packages that use SyncResourceResponse 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 SyncResourceResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return SyncResourceResponse Modifier and Type Method Description default SyncResourceResponseServiceCatalogAppRegistryClient. syncResource(Consumer<SyncResourceRequest.Builder> syncResourceRequest)Syncs the resource with current AppRegistry records.default SyncResourceResponseServiceCatalogAppRegistryClient. syncResource(SyncResourceRequest syncResourceRequest)Syncs the resource with current AppRegistry records.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type SyncResourceResponse Modifier and Type Method Description default CompletableFuture<SyncResourceResponse>ServiceCatalogAppRegistryAsyncClient. syncResource(Consumer<SyncResourceRequest.Builder> syncResourceRequest)Syncs the resource with current AppRegistry records.default CompletableFuture<SyncResourceResponse>ServiceCatalogAppRegistryAsyncClient. syncResource(SyncResourceRequest syncResourceRequest)Syncs the resource with current AppRegistry records.
-