Uses of Interface
software.amazon.awssdk.services.schemas.model.ExportSchemaRequest.Builder
-
Packages that use ExportSchemaRequest.Builder Package Description software.amazon.awssdk.services.schemas Amazon EventBridge Schema Registrysoftware.amazon.awssdk.services.schemas.model -
-
Uses of ExportSchemaRequest.Builder in software.amazon.awssdk.services.schemas
Method parameters in software.amazon.awssdk.services.schemas with type arguments of type ExportSchemaRequest.Builder Modifier and Type Method Description default CompletableFuture<ExportSchemaResponse>SchemasAsyncClient. exportSchema(Consumer<ExportSchemaRequest.Builder> exportSchemaRequest)Invokes the ExportSchema operation asynchronously.default ExportSchemaResponseSchemasClient. exportSchema(Consumer<ExportSchemaRequest.Builder> exportSchemaRequest)Invokes the ExportSchema operation. -
Uses of ExportSchemaRequest.Builder in software.amazon.awssdk.services.schemas.model
Methods in software.amazon.awssdk.services.schemas.model that return ExportSchemaRequest.Builder Modifier and Type Method Description static ExportSchemaRequest.BuilderExportSchemaRequest. builder()ExportSchemaRequest.BuilderExportSchemaRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExportSchemaRequest.BuilderExportSchemaRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExportSchemaRequest.BuilderExportSchemaRequest.Builder. registryName(String registryName)The name of the registry.ExportSchemaRequest.BuilderExportSchemaRequest.Builder. schemaName(String schemaName)The name of the schema.ExportSchemaRequest.BuilderExportSchemaRequest.Builder. schemaVersion(String schemaVersion)Specifying this limits the results to only this schema version.ExportSchemaRequest.BuilderExportSchemaRequest. toBuilder()ExportSchemaRequest.BuilderExportSchemaRequest.Builder. type(String type)Sets the value of the Type property for this object.Methods in software.amazon.awssdk.services.schemas.model that return types with arguments of type ExportSchemaRequest.Builder Modifier and Type Method Description static Class<? extends ExportSchemaRequest.Builder>ExportSchemaRequest. serializableBuilderClass()
-