Uses of Class
software.amazon.awssdk.services.clouddirectory.model.UpdateSchemaResponse
-
Packages that use UpdateSchemaResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of UpdateSchemaResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return UpdateSchemaResponse Modifier and Type Method Description default UpdateSchemaResponseCloudDirectoryClient. updateSchema(Consumer<UpdateSchemaRequest.Builder> updateSchemaRequest)Updates the schema name with a new name.default UpdateSchemaResponseCloudDirectoryClient. updateSchema(UpdateSchemaRequest updateSchemaRequest)Updates the schema name with a new name.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type UpdateSchemaResponse Modifier and Type Method Description default CompletableFuture<UpdateSchemaResponse>CloudDirectoryAsyncClient. updateSchema(Consumer<UpdateSchemaRequest.Builder> updateSchemaRequest)Updates the schema name with a new name.default CompletableFuture<UpdateSchemaResponse>CloudDirectoryAsyncClient. updateSchema(UpdateSchemaRequest updateSchemaRequest)Updates the schema name with a new name.
-