| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static ListTargetsForPolicyResponse.Builder |
ListTargetsForPolicyResponse.builder() |
ListTargetsForPolicyResponse.Builder |
ListTargetsForPolicyResponse.Builder.nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
ListTargetsForPolicyResponse.Builder |
ListTargetsForPolicyResponse.Builder.targets(Collection<PolicyTargetSummary> targets)
A list of structures, each of which contains details about one of the entities to which the specified policy
is attached.
|
ListTargetsForPolicyResponse.Builder |
ListTargetsForPolicyResponse.Builder.targets(Consumer<PolicyTargetSummary.Builder>... targets)
A list of structures, each of which contains details about one of the entities to which the specified policy
is attached.
|
ListTargetsForPolicyResponse.Builder |
ListTargetsForPolicyResponse.Builder.targets(PolicyTargetSummary... targets)
A list of structures, each of which contains details about one of the entities to which the specified policy
is attached.
|
ListTargetsForPolicyResponse.Builder |
ListTargetsForPolicyResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTargetsForPolicyResponse.Builder> |
ListTargetsForPolicyResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.