Uses of Class
software.amazon.awssdk.services.iam.model.Policy
-
Packages that use Policy Package Description software.amazon.awssdk.services.iam.model software.amazon.awssdk.services.iam.paginators -
-
Uses of Policy in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return Policy Modifier and Type Method Description PolicyCreatePolicyResponse. policy()A structure containing details about the new policy.PolicyGetPolicyResponse. policy()A structure containing details about the policy.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type Policy Modifier and Type Method Description List<Policy>ListPoliciesResponse. policies()A list of policies.Methods in software.amazon.awssdk.services.iam.model with parameters of type Policy Modifier and Type Method Description ListPoliciesResponse.BuilderListPoliciesResponse.Builder. policies(Policy... policies)A list of policies.CreatePolicyResponse.BuilderCreatePolicyResponse.Builder. policy(Policy policy)A structure containing details about the new policy.GetPolicyResponse.BuilderGetPolicyResponse.Builder. policy(Policy policy)A structure containing details about the policy.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type Policy Modifier and Type Method Description ListPoliciesResponse.BuilderListPoliciesResponse.Builder. policies(Collection<Policy> policies)A list of policies. -
Uses of Policy in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type Policy Modifier and Type Method Description SdkIterable<Policy>ListPoliciesIterable. policies()Returns an iterable to iterate through the paginatedListPoliciesResponse.policies()member.SdkPublisher<Policy>ListPoliciesPublisher. policies()Returns a publisher that can be used to get a stream of data.
-