| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
List<LogDeliveryConfigurationRequest> |
ModifyReplicationGroupRequest.logDeliveryConfigurations()
Specifies the destination, format and type of the logs.
|
List<LogDeliveryConfigurationRequest> |
CreateReplicationGroupRequest.logDeliveryConfigurations()
Specifies the destination, format and type of the logs.
|
List<LogDeliveryConfigurationRequest> |
ModifyCacheClusterRequest.logDeliveryConfigurations()
Specifies the destination, format and type of the logs.
|
List<LogDeliveryConfigurationRequest> |
CreateCacheClusterRequest.logDeliveryConfigurations()
Specifies the destination, format and type of the logs.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyReplicationGroupRequest.Builder |
ModifyReplicationGroupRequest.Builder.logDeliveryConfigurations(LogDeliveryConfigurationRequest... logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
CreateReplicationGroupRequest.Builder |
CreateReplicationGroupRequest.Builder.logDeliveryConfigurations(LogDeliveryConfigurationRequest... logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
ModifyCacheClusterRequest.Builder |
ModifyCacheClusterRequest.Builder.logDeliveryConfigurations(LogDeliveryConfigurationRequest... logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
CreateCacheClusterRequest.Builder |
CreateCacheClusterRequest.Builder.logDeliveryConfigurations(LogDeliveryConfigurationRequest... logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyReplicationGroupRequest.Builder |
ModifyReplicationGroupRequest.Builder.logDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
CreateReplicationGroupRequest.Builder |
CreateReplicationGroupRequest.Builder.logDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
ModifyCacheClusterRequest.Builder |
ModifyCacheClusterRequest.Builder.logDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
CreateCacheClusterRequest.Builder |
CreateCacheClusterRequest.Builder.logDeliveryConfigurations(Collection<LogDeliveryConfigurationRequest> logDeliveryConfigurations)
Specifies the destination, format and type of the logs.
|
Copyright © 2023. All rights reserved.