| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model | |
| software.amazon.awssdk.services.redshift.paginators |
| Modifier and Type | Method and Description |
|---|---|
HsmConfiguration |
CreateHsmConfigurationResponse.hsmConfiguration()
Returns the value of the HsmConfiguration property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<HsmConfiguration> |
DescribeHsmConfigurationsResponse.hsmConfigurations()
A list of
HsmConfiguration objects. |
| Modifier and Type | Method and Description |
|---|---|
CreateHsmConfigurationResponse.Builder |
CreateHsmConfigurationResponse.Builder.hsmConfiguration(HsmConfiguration hsmConfiguration)
Sets the value of the HsmConfiguration property for this object.
|
DescribeHsmConfigurationsResponse.Builder |
DescribeHsmConfigurationsResponse.Builder.hsmConfigurations(HsmConfiguration... hsmConfigurations)
A list of
HsmConfiguration objects. |
| Modifier and Type | Method and Description |
|---|---|
DescribeHsmConfigurationsResponse.Builder |
DescribeHsmConfigurationsResponse.Builder.hsmConfigurations(Collection<HsmConfiguration> hsmConfigurations)
A list of
HsmConfiguration objects. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<HsmConfiguration> |
DescribeHsmConfigurationsPublisher.hsmConfigurations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<HsmConfiguration> |
DescribeHsmConfigurationsIterable.hsmConfigurations()
Returns an iterable to iterate through the paginated
DescribeHsmConfigurationsResponse.hsmConfigurations() member. |
Copyright © 2022. All rights reserved.