Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListFacetNamesResponse
-
Packages that use ListFacetNamesResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators -
-
Uses of ListFacetNamesResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return ListFacetNamesResponse Modifier and Type Method Description default ListFacetNamesResponseCloudDirectoryClient. listFacetNames(Consumer<ListFacetNamesRequest.Builder> listFacetNamesRequest)Retrieves the names of facets that exist in a schema.default ListFacetNamesResponseCloudDirectoryClient. listFacetNames(ListFacetNamesRequest listFacetNamesRequest)Retrieves the names of facets that exist in a schema.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type ListFacetNamesResponse Modifier and Type Method Description default CompletableFuture<ListFacetNamesResponse>CloudDirectoryAsyncClient. listFacetNames(Consumer<ListFacetNamesRequest.Builder> listFacetNamesRequest)Retrieves the names of facets that exist in a schema.default CompletableFuture<ListFacetNamesResponse>CloudDirectoryAsyncClient. listFacetNames(ListFacetNamesRequest listFacetNamesRequest)Retrieves the names of facets that exist in a schema. -
Uses of ListFacetNamesResponse in software.amazon.awssdk.services.clouddirectory.paginators
Methods in software.amazon.awssdk.services.clouddirectory.paginators that return types with arguments of type ListFacetNamesResponse Modifier and Type Method Description Iterator<ListFacetNamesResponse>ListFacetNamesIterable. iterator()Method parameters in software.amazon.awssdk.services.clouddirectory.paginators with type arguments of type ListFacetNamesResponse Modifier and Type Method Description voidListFacetNamesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFacetNamesResponse> subscriber)
-