| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model | |
| software.amazon.awssdk.services.drs.paginators |
| Modifier and Type | Method and Description |
|---|---|
LaunchConfigurationTemplate |
CreateLaunchConfigurationTemplateResponse.launchConfigurationTemplate()
Created Launch Configuration Template.
|
LaunchConfigurationTemplate |
UpdateLaunchConfigurationTemplateResponse.launchConfigurationTemplate()
Updated Launch Configuration Template.
|
| Modifier and Type | Method and Description |
|---|---|
List<LaunchConfigurationTemplate> |
DescribeLaunchConfigurationTemplatesResponse.items()
List of items returned by DescribeLaunchConfigurationTemplates.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLaunchConfigurationTemplatesResponse.Builder |
DescribeLaunchConfigurationTemplatesResponse.Builder.items(LaunchConfigurationTemplate... items)
List of items returned by DescribeLaunchConfigurationTemplates.
|
CreateLaunchConfigurationTemplateResponse.Builder |
CreateLaunchConfigurationTemplateResponse.Builder.launchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate)
Created Launch Configuration Template.
|
UpdateLaunchConfigurationTemplateResponse.Builder |
UpdateLaunchConfigurationTemplateResponse.Builder.launchConfigurationTemplate(LaunchConfigurationTemplate launchConfigurationTemplate)
Updated Launch Configuration Template.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLaunchConfigurationTemplatesResponse.Builder |
DescribeLaunchConfigurationTemplatesResponse.Builder.items(Collection<LaunchConfigurationTemplate> items)
List of items returned by DescribeLaunchConfigurationTemplates.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LaunchConfigurationTemplate> |
DescribeLaunchConfigurationTemplatesPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LaunchConfigurationTemplate> |
DescribeLaunchConfigurationTemplatesIterable.items()
Returns an iterable to iterate through the paginated
DescribeLaunchConfigurationTemplatesResponse.items()
member. |
Copyright © 2023. All rights reserved.