Uses of Class
software.amazon.awssdk.services.eventbridge.model.ReplicationConfig
Packages that use ReplicationConfig
-
Uses of ReplicationConfig in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return ReplicationConfigModifier and TypeMethodDescriptionfinal ReplicationConfigCreateEndpointRequest.replicationConfig()Enable or disable event replication.final ReplicationConfigCreateEndpointResponse.replicationConfig()Whether event replication was enabled or disabled by this request.final ReplicationConfigDescribeEndpointResponse.replicationConfig()Whether replication is enabled or disabled for the endpoint you asked for information about.final ReplicationConfigEndpoint.replicationConfig()Whether event replication was enabled or disabled for this endpoint.final ReplicationConfigUpdateEndpointRequest.replicationConfig()Whether event replication was enabled or disabled by this request.final 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 ReplicationConfigModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.replicationConfig(ReplicationConfig replicationConfig) Enable or disable event replication.CreateEndpointResponse.Builder.replicationConfig(ReplicationConfig replicationConfig) Whether event replication was enabled or disabled by this request.DescribeEndpointResponse.Builder.replicationConfig(ReplicationConfig replicationConfig) Whether replication is enabled or disabled for the endpoint you asked for information about.Endpoint.Builder.replicationConfig(ReplicationConfig replicationConfig) Whether event replication was enabled or disabled for this endpoint.UpdateEndpointRequest.Builder.replicationConfig(ReplicationConfig replicationConfig) Whether event replication was enabled or disabled by this request.UpdateEndpointResponse.Builder.replicationConfig(ReplicationConfig replicationConfig) Whether event replication was enabled or disabled for the endpoint you updated in this request.