Uses of Class
software.amazon.awssdk.services.eventbridge.model.ReplicationConfig
-
Packages that use ReplicationConfig Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of ReplicationConfig in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ReplicationConfig Modifier and Type Method Description ReplicationConfigCreateEndpointRequest. replicationConfig()Enable or disable event replication.ReplicationConfigCreateEndpointResponse. replicationConfig()Whether event replication was enabled or disabled by this request.ReplicationConfigDescribeEndpointResponse. replicationConfig()Whether replication is enabled or disabled for the endpoint you asked for information about.ReplicationConfigEndpoint. replicationConfig()Whether event replication was enabled or disabled for this endpoint.ReplicationConfigUpdateEndpointRequest. replicationConfig()Whether event replication was enabled or disabled by this request.ReplicationConfigUpdateEndpointResponse. replicationConfig()Whether event replication was enabled or disabled for the endpoint you updated in this request.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ReplicationConfig Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. replicationConfig(ReplicationConfig replicationConfig)Enable or disable event replication.CreateEndpointResponse.BuilderCreateEndpointResponse.Builder. replicationConfig(ReplicationConfig replicationConfig)Whether event replication was enabled or disabled by this request.DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. replicationConfig(ReplicationConfig replicationConfig)Whether replication is enabled or disabled for the endpoint you asked for information about.Endpoint.BuilderEndpoint.Builder. replicationConfig(ReplicationConfig replicationConfig)Whether event replication was enabled or disabled for this endpoint.UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. replicationConfig(ReplicationConfig replicationConfig)Whether event replication was enabled or disabled by this request.UpdateEndpointResponse.BuilderUpdateEndpointResponse.Builder. replicationConfig(ReplicationConfig replicationConfig)Whether event replication was enabled or disabled for the endpoint you updated in this request.
-