Uses of Class
software.amazon.awssdk.services.clouddirectory.model.UpdateFacetResponse
-
Packages that use UpdateFacetResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of UpdateFacetResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return UpdateFacetResponse Modifier and Type Method Description default UpdateFacetResponseCloudDirectoryClient. updateFacet(Consumer<UpdateFacetRequest.Builder> updateFacetRequest)Does the following:default UpdateFacetResponseCloudDirectoryClient. updateFacet(UpdateFacetRequest updateFacetRequest)Does the following:Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type UpdateFacetResponse Modifier and Type Method Description default CompletableFuture<UpdateFacetResponse>CloudDirectoryAsyncClient. updateFacet(Consumer<UpdateFacetRequest.Builder> updateFacetRequest)Does the following:default CompletableFuture<UpdateFacetResponse>CloudDirectoryAsyncClient. updateFacet(UpdateFacetRequest updateFacetRequest)Does the following:
-