| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model | |
| software.amazon.awssdk.services.batch.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SchedulingPolicyListingDetail> |
ListSchedulingPoliciesResponse.schedulingPolicies()
A list of scheduling policies that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchedulingPoliciesResponse.Builder |
ListSchedulingPoliciesResponse.Builder.schedulingPolicies(SchedulingPolicyListingDetail... schedulingPolicies)
A list of scheduling policies that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchedulingPoliciesResponse.Builder |
ListSchedulingPoliciesResponse.Builder.schedulingPolicies(Collection<SchedulingPolicyListingDetail> schedulingPolicies)
A list of scheduling policies that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SchedulingPolicyListingDetail> |
ListSchedulingPoliciesPublisher.schedulingPolicies()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SchedulingPolicyListingDetail> |
ListSchedulingPoliciesIterable.schedulingPolicies()
Returns an iterable to iterate through the paginated
ListSchedulingPoliciesResponse.schedulingPolicies()
member. |
Copyright © 2023. All rights reserved.