| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
AuditLogDestinationConfiguration.destination()
Contains information about an audit log destination.
|
static Destination |
Destination.fromFirehoseStream(Consumer<FirehoseStream.Builder> firehoseStream)
Create an instance of this class with
firehoseStream() initialized to the given value. |
static Destination |
Destination.fromFirehoseStream(FirehoseStream firehoseStream)
Create an instance of this class with
firehoseStream() initialized to the given value. |
static Destination |
Destination.fromS3Bucket(Consumer<S3Bucket.Builder> s3Bucket)
Create an instance of this class with
s3Bucket() initialized to the given value. |
static Destination |
Destination.fromS3Bucket(S3Bucket s3Bucket)
Create an instance of this class with
s3Bucket() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
AuditLogDestinationConfiguration.Builder |
AuditLogDestinationConfiguration.Builder.destination(Destination destination)
Contains information about an audit log destination.
|
Copyright © 2023. All rights reserved.