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