Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.ApplySchemaRequest.Builder
-
Packages that use ApplySchemaRequest.Builder Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ApplySchemaRequest.Builder in software.amazon.awssdk.services.clouddirectory
Method parameters in software.amazon.awssdk.services.clouddirectory with type arguments of type ApplySchemaRequest.Builder 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 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. -
Uses of ApplySchemaRequest.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return ApplySchemaRequest.Builder Modifier and Type Method Description static ApplySchemaRequest.BuilderApplySchemaRequest. builder()ApplySchemaRequest.BuilderApplySchemaRequest.Builder. directoryArn(String directoryArn)The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.ApplySchemaRequest.BuilderApplySchemaRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ApplySchemaRequest.BuilderApplySchemaRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ApplySchemaRequest.BuilderApplySchemaRequest.Builder. publishedSchemaArn(String publishedSchemaArn)Published schema Amazon Resource Name (ARN) that needs to be copied.ApplySchemaRequest.BuilderApplySchemaRequest. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type ApplySchemaRequest.Builder Modifier and Type Method Description static Class<? extends ApplySchemaRequest.Builder>ApplySchemaRequest. serializableBuilderClass()
-