| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationConfiguration |
IngestionDestination.destinationConfiguration()
Contains information about the destination of ingested data.
|
DestinationConfiguration |
CreateIngestionDestinationRequest.destinationConfiguration()
Contains information about the destination of ingested data.
|
DestinationConfiguration |
UpdateIngestionDestinationRequest.destinationConfiguration()
Contains information about the destination of ingested data.
|
static DestinationConfiguration |
DestinationConfiguration.fromAuditLog(AuditLogDestinationConfiguration auditLog)
Create an instance of this class with
auditLog() initialized to the given value. |
static DestinationConfiguration |
DestinationConfiguration.fromAuditLog(Consumer<AuditLogDestinationConfiguration.Builder> auditLog)
Create an instance of this class with
auditLog() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
IngestionDestination.Builder |
IngestionDestination.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
|
CreateIngestionDestinationRequest.Builder |
CreateIngestionDestinationRequest.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
|
UpdateIngestionDestinationRequest.Builder |
UpdateIngestionDestinationRequest.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
|
Copyright © 2023. All rights reserved.