Uses of Class
software.amazon.awssdk.services.dynamodb.model.DestinationStatus
-
Packages that use DestinationStatus Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of DestinationStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DestinationStatus Modifier and Type Method Description DestinationStatus
DisableKinesisStreamingDestinationResponse. destinationStatus()
The current status of the replication.DestinationStatus
EnableKinesisStreamingDestinationResponse. destinationStatus()
The current status of the replication.DestinationStatus
KinesisDataStreamDestination. destinationStatus()
The current status of replication.DestinationStatus
UpdateKinesisStreamingDestinationResponse. destinationStatus()
The status of the attempt to update the Kinesis streaming destination output.static DestinationStatus
DestinationStatus. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DestinationStatus
DestinationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static DestinationStatus[]
DestinationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DestinationStatus Modifier and Type Method Description static Set<DestinationStatus>
DestinationStatus. knownValues()
Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type DestinationStatus Modifier and Type Method Description DisableKinesisStreamingDestinationResponse.Builder
DisableKinesisStreamingDestinationResponse.Builder. destinationStatus(DestinationStatus destinationStatus)
The current status of the replication.EnableKinesisStreamingDestinationResponse.Builder
EnableKinesisStreamingDestinationResponse.Builder. destinationStatus(DestinationStatus destinationStatus)
The current status of the replication.KinesisDataStreamDestination.Builder
KinesisDataStreamDestination.Builder. destinationStatus(DestinationStatus destinationStatus)
The current status of replication.UpdateKinesisStreamingDestinationResponse.Builder
UpdateKinesisStreamingDestinationResponse.Builder. destinationStatus(DestinationStatus destinationStatus)
The status of the attempt to update the Kinesis streaming destination output.
-