Uses of Class
software.amazon.awssdk.services.clouddirectory.model.GetSchemaAsJsonResponse
-
Packages that use GetSchemaAsJsonResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of GetSchemaAsJsonResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return GetSchemaAsJsonResponse Modifier and Type Method Description default GetSchemaAsJsonResponseCloudDirectoryClient. getSchemaAsJson(Consumer<GetSchemaAsJsonRequest.Builder> getSchemaAsJsonRequest)Retrieves a JSON representation of the schema.default GetSchemaAsJsonResponseCloudDirectoryClient. getSchemaAsJson(GetSchemaAsJsonRequest getSchemaAsJsonRequest)Retrieves a JSON representation of the schema.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type GetSchemaAsJsonResponse Modifier and Type Method Description default CompletableFuture<GetSchemaAsJsonResponse>CloudDirectoryAsyncClient. getSchemaAsJson(Consumer<GetSchemaAsJsonRequest.Builder> getSchemaAsJsonRequest)Retrieves a JSON representation of the schema.default CompletableFuture<GetSchemaAsJsonResponse>CloudDirectoryAsyncClient. getSchemaAsJson(GetSchemaAsJsonRequest getSchemaAsJsonRequest)Retrieves a JSON representation of the schema.
-