| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationautoscaling.model | |
| software.amazon.awssdk.services.applicationautoscaling.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ScalableTarget> |
DescribeScalableTargetsResponse.scalableTargets()
The scalable targets that match the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScalableTargetsResponse.Builder |
DescribeScalableTargetsResponse.Builder.scalableTargets(ScalableTarget... scalableTargets)
The scalable targets that match the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScalableTargetsResponse.Builder |
DescribeScalableTargetsResponse.Builder.scalableTargets(Collection<ScalableTarget> scalableTargets)
The scalable targets that match the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ScalableTarget> |
DescribeScalableTargetsPublisher.scalableTargets()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ScalableTarget> |
DescribeScalableTargetsIterable.scalableTargets()
Returns an iterable to iterate through the paginated
DescribeScalableTargetsResponse.scalableTargets()
member. |
Copyright © 2023. All rights reserved.