Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListFacetNamesRequest
-
Packages that use ListFacetNamesRequest Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators software.amazon.awssdk.services.clouddirectory.transform -
-
Uses of ListFacetNamesRequest in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory with parameters of type ListFacetNamesRequest Modifier and Type Method Description default CompletableFuture<ListFacetNamesResponse>CloudDirectoryAsyncClient. listFacetNames(ListFacetNamesRequest 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.default ListFacetNamesPublisherCloudDirectoryAsyncClient. listFacetNamesPaginator(ListFacetNamesRequest listFacetNamesRequest)Retrieves the names of facets that exist in a schema.default ListFacetNamesIterableCloudDirectoryClient. listFacetNamesPaginator(ListFacetNamesRequest listFacetNamesRequest)Retrieves the names of facets that exist in a schema. -
Uses of ListFacetNamesRequest in software.amazon.awssdk.services.clouddirectory.paginators
Constructors in software.amazon.awssdk.services.clouddirectory.paginators with parameters of type ListFacetNamesRequest Constructor Description ListFacetNamesIterable(CloudDirectoryClient client, ListFacetNamesRequest firstRequest)ListFacetNamesPublisher(CloudDirectoryAsyncClient client, ListFacetNamesRequest firstRequest) -
Uses of ListFacetNamesRequest in software.amazon.awssdk.services.clouddirectory.transform
Methods in software.amazon.awssdk.services.clouddirectory.transform with parameters of type ListFacetNamesRequest Modifier and Type Method Description SdkHttpFullRequestListFacetNamesRequestMarshaller. marshall(ListFacetNamesRequest listFacetNamesRequest)
-