Uses of Class
software.amazon.awssdk.services.clouddirectory.model.GetTypedLinkFacetInformationResponse
-
Packages that use GetTypedLinkFacetInformationResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of GetTypedLinkFacetInformationResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return GetTypedLinkFacetInformationResponse Modifier and Type Method Description default GetTypedLinkFacetInformationResponseCloudDirectoryClient. getTypedLinkFacetInformation(Consumer<GetTypedLinkFacetInformationRequest.Builder> getTypedLinkFacetInformationRequest)Returns the identity attribute order for a specific TypedLinkFacet.default GetTypedLinkFacetInformationResponseCloudDirectoryClient. getTypedLinkFacetInformation(GetTypedLinkFacetInformationRequest getTypedLinkFacetInformationRequest)Returns the identity attribute order for a specific TypedLinkFacet.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type GetTypedLinkFacetInformationResponse Modifier and Type Method Description default CompletableFuture<GetTypedLinkFacetInformationResponse>CloudDirectoryAsyncClient. getTypedLinkFacetInformation(Consumer<GetTypedLinkFacetInformationRequest.Builder> getTypedLinkFacetInformationRequest)Returns the identity attribute order for a specific TypedLinkFacet.default CompletableFuture<GetTypedLinkFacetInformationResponse>CloudDirectoryAsyncClient. getTypedLinkFacetInformation(GetTypedLinkFacetInformationRequest getTypedLinkFacetInformationRequest)Returns the identity attribute order for a specific TypedLinkFacet.
-