| Package | Description |
|---|---|
| software.amazon.awssdk.services.schemas |
Amazon EventBridge Schema Registry
|
| software.amazon.awssdk.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
default ExportSchemaResponse |
SchemasClient.exportSchema(Consumer<ExportSchemaRequest.Builder> exportSchemaRequest)
Invokes the ExportSchema operation.
|
default CompletableFuture<ExportSchemaResponse> |
SchemasAsyncClient.exportSchema(Consumer<ExportSchemaRequest.Builder> exportSchemaRequest)
Invokes the ExportSchema operation asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
static ExportSchemaRequest.Builder |
ExportSchemaRequest.builder() |
ExportSchemaRequest.Builder |
ExportSchemaRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExportSchemaRequest.Builder |
ExportSchemaRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ExportSchemaRequest.Builder |
ExportSchemaRequest.Builder.registryName(String registryName)
The name of the registry.
|
ExportSchemaRequest.Builder |
ExportSchemaRequest.Builder.schemaName(String schemaName)
The name of the schema.
|
ExportSchemaRequest.Builder |
ExportSchemaRequest.Builder.schemaVersion(String schemaVersion)
Specifying this limits the results to only this schema version.
|
ExportSchemaRequest.Builder |
ExportSchemaRequest.toBuilder() |
ExportSchemaRequest.Builder |
ExportSchemaRequest.Builder.type(String type)
Sets the value of the Type property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportSchemaRequest.Builder> |
ExportSchemaRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.