Uses of Class
software.amazon.awssdk.services.appfabric.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of Destination in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return Destination Modifier and Type Method Description DestinationAuditLogDestinationConfiguration. destination()Contains information about an audit log destination.static DestinationDestination. fromFirehoseStream(Consumer<FirehoseStream.Builder> firehoseStream)Create an instance of this class withfirehoseStream()initialized to the given value.static DestinationDestination. fromFirehoseStream(FirehoseStream firehoseStream)Create an instance of this class withfirehoseStream()initialized to the given value.static DestinationDestination. fromS3Bucket(Consumer<S3Bucket.Builder> s3Bucket)Create an instance of this class withs3Bucket()initialized to the given value.static DestinationDestination. fromS3Bucket(S3Bucket s3Bucket)Create an instance of this class withs3Bucket()initialized to the given value.Methods in software.amazon.awssdk.services.appfabric.model with parameters of type Destination Modifier and Type Method Description AuditLogDestinationConfiguration.BuilderAuditLogDestinationConfiguration.Builder. destination(Destination destination)Contains information about an audit log destination.
-