Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ApplySchemaResponse
-
Packages that use ApplySchemaResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of ApplySchemaResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return ApplySchemaResponse Modifier and Type Method Description default ApplySchemaResponseCloudDirectoryClient. applySchema(Consumer<ApplySchemaRequest.Builder> applySchemaRequest)Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.default ApplySchemaResponseCloudDirectoryClient. applySchema(ApplySchemaRequest applySchemaRequest)Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type ApplySchemaResponse Modifier and Type Method Description default CompletableFuture<ApplySchemaResponse>CloudDirectoryAsyncClient. applySchema(Consumer<ApplySchemaRequest.Builder> applySchemaRequest)Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.default CompletableFuture<ApplySchemaResponse>CloudDirectoryAsyncClient. applySchema(ApplySchemaRequest applySchemaRequest)Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.
-