Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListFacetAttributesResponse
-
Packages that use ListFacetAttributesResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators -
-
Uses of ListFacetAttributesResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return ListFacetAttributesResponse Modifier and Type Method Description default ListFacetAttributesResponseCloudDirectoryClient. listFacetAttributes(Consumer<ListFacetAttributesRequest.Builder> listFacetAttributesRequest)Retrieves attributes attached to the facet.default ListFacetAttributesResponseCloudDirectoryClient. listFacetAttributes(ListFacetAttributesRequest listFacetAttributesRequest)Retrieves attributes attached to the facet.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type ListFacetAttributesResponse Modifier and Type Method Description default CompletableFuture<ListFacetAttributesResponse>CloudDirectoryAsyncClient. listFacetAttributes(Consumer<ListFacetAttributesRequest.Builder> listFacetAttributesRequest)Retrieves attributes attached to the facet.default CompletableFuture<ListFacetAttributesResponse>CloudDirectoryAsyncClient. listFacetAttributes(ListFacetAttributesRequest listFacetAttributesRequest)Retrieves attributes attached to the facet. -
Uses of ListFacetAttributesResponse in software.amazon.awssdk.services.clouddirectory.paginators
Methods in software.amazon.awssdk.services.clouddirectory.paginators that return types with arguments of type ListFacetAttributesResponse Modifier and Type Method Description Iterator<ListFacetAttributesResponse>ListFacetAttributesIterable. iterator()Method parameters in software.amazon.awssdk.services.clouddirectory.paginators with type arguments of type ListFacetAttributesResponse Modifier and Type Method Description voidListFacetAttributesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFacetAttributesResponse> subscriber)
-