Uses of Class
software.amazon.awssdk.services.clouddirectory.model.CreateTypedLinkFacetResponse
-
Packages that use CreateTypedLinkFacetResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of CreateTypedLinkFacetResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return CreateTypedLinkFacetResponse Modifier and Type Method Description default CreateTypedLinkFacetResponseCloudDirectoryClient. createTypedLinkFacet(Consumer<CreateTypedLinkFacetRequest.Builder> createTypedLinkFacetRequest)Creates a TypedLinkFacet.default CreateTypedLinkFacetResponseCloudDirectoryClient. createTypedLinkFacet(CreateTypedLinkFacetRequest createTypedLinkFacetRequest)Creates a TypedLinkFacet.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type CreateTypedLinkFacetResponse Modifier and Type Method Description default CompletableFuture<CreateTypedLinkFacetResponse>CloudDirectoryAsyncClient. createTypedLinkFacet(Consumer<CreateTypedLinkFacetRequest.Builder> createTypedLinkFacetRequest)Creates a TypedLinkFacet.default CompletableFuture<CreateTypedLinkFacetResponse>CloudDirectoryAsyncClient. createTypedLinkFacet(CreateTypedLinkFacetRequest createTypedLinkFacetRequest)Creates a TypedLinkFacet.
-