Uses of Enum
software.amazon.awssdk.services.dynamodb.model.DestinationStatus
Packages that use DestinationStatus
-
Uses of DestinationStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DestinationStatusModifier and TypeMethodDescriptionfinal DestinationStatusDisableKinesisStreamingDestinationResponse.destinationStatus()The current status of the replication.final DestinationStatusEnableKinesisStreamingDestinationResponse.destinationStatus()The current status of the replication.final DestinationStatusKinesisDataStreamDestination.destinationStatus()The current status of replication.final DestinationStatusUpdateKinesisStreamingDestinationResponse.destinationStatus()The status of the attempt to update the Kinesis streaming destination output.static DestinationStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DestinationStatusReturns 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 DestinationStatusMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type DestinationStatusModifier and TypeMethodDescriptionDisableKinesisStreamingDestinationResponse.Builder.destinationStatus(DestinationStatus destinationStatus) The current status of the replication.EnableKinesisStreamingDestinationResponse.Builder.destinationStatus(DestinationStatus destinationStatus) The current status of the replication.KinesisDataStreamDestination.Builder.destinationStatus(DestinationStatus destinationStatus) The current status of replication.UpdateKinesisStreamingDestinationResponse.Builder.destinationStatus(DestinationStatus destinationStatus) The status of the attempt to update the Kinesis streaming destination output.