| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.model |
| Modifier and Type | Method and Description |
|---|---|
StreamModeDetails |
StreamModeDetails.clone() |
StreamModeDetails |
StreamSummary.getStreamModeDetails() |
StreamModeDetails |
UpdateStreamModeRequest.getStreamModeDetails()
Specifies the capacity mode to which you want to set your data stream.
|
StreamModeDetails |
CreateStreamRequest.getStreamModeDetails()
Indicates the capacity mode of the data stream.
|
StreamModeDetails |
StreamDescription.getStreamModeDetails()
Specifies the capacity mode to which you want to set your data stream.
|
StreamModeDetails |
StreamDescriptionSummary.getStreamModeDetails()
Specifies the capacity mode to which you want to set your data stream.
|
StreamModeDetails |
StreamModeDetails.withStreamMode(StreamMode streamMode)
Specifies the capacity mode to which you want to set your data stream.
|
StreamModeDetails |
StreamModeDetails.withStreamMode(String streamMode)
Specifies the capacity mode to which you want to set your data stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamSummary.setStreamModeDetails(StreamModeDetails streamModeDetails) |
void |
UpdateStreamModeRequest.setStreamModeDetails(StreamModeDetails streamModeDetails)
Specifies the capacity mode to which you want to set your data stream.
|
void |
CreateStreamRequest.setStreamModeDetails(StreamModeDetails streamModeDetails)
Indicates the capacity mode of the data stream.
|
void |
StreamDescription.setStreamModeDetails(StreamModeDetails streamModeDetails)
Specifies the capacity mode to which you want to set your data stream.
|
void |
StreamDescriptionSummary.setStreamModeDetails(StreamModeDetails streamModeDetails)
Specifies the capacity mode to which you want to set your data stream.
|
StreamSummary |
StreamSummary.withStreamModeDetails(StreamModeDetails streamModeDetails) |
UpdateStreamModeRequest |
UpdateStreamModeRequest.withStreamModeDetails(StreamModeDetails streamModeDetails)
Specifies the capacity mode to which you want to set your data stream.
|
CreateStreamRequest |
CreateStreamRequest.withStreamModeDetails(StreamModeDetails streamModeDetails)
Indicates the capacity mode of the data stream.
|
StreamDescription |
StreamDescription.withStreamModeDetails(StreamModeDetails streamModeDetails)
Specifies the capacity mode to which you want to set your data stream.
|
StreamDescriptionSummary |
StreamDescriptionSummary.withStreamModeDetails(StreamModeDetails streamModeDetails)
Specifies the capacity mode to which you want to set your data stream.
|
Copyright © 2024. All rights reserved.