Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ApplySchemaRequest
-
Packages that use ApplySchemaRequest Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.transform -
-
Uses of ApplySchemaRequest in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory with parameters of type ApplySchemaRequest Modifier and Type Method Description 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.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. -
Uses of ApplySchemaRequest in software.amazon.awssdk.services.clouddirectory.transform
Methods in software.amazon.awssdk.services.clouddirectory.transform with parameters of type ApplySchemaRequest Modifier and Type Method Description SdkHttpFullRequestApplySchemaRequestMarshaller. marshall(ApplySchemaRequest applySchemaRequest)
-