Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.PolicyItem
-
Packages that use PolicyItem Package Description software.amazon.awssdk.services.verifiedpermissions.model software.amazon.awssdk.services.verifiedpermissions.paginators -
-
Uses of PolicyItem in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type PolicyItem Modifier and Type Method Description List<PolicyItem>ListPoliciesResponse. policies()Lists all policies that are available in the specified policy store.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type PolicyItem Modifier and Type Method Description ListPoliciesResponse.BuilderListPoliciesResponse.Builder. policies(PolicyItem... policies)Lists all policies that are available in the specified policy store.Method parameters in software.amazon.awssdk.services.verifiedpermissions.model with type arguments of type PolicyItem Modifier and Type Method Description ListPoliciesResponse.BuilderListPoliciesResponse.Builder. policies(Collection<PolicyItem> policies)Lists all policies that are available in the specified policy store. -
Uses of PolicyItem in software.amazon.awssdk.services.verifiedpermissions.paginators
Methods in software.amazon.awssdk.services.verifiedpermissions.paginators that return types with arguments of type PolicyItem Modifier and Type Method Description SdkIterable<PolicyItem>ListPoliciesIterable. policies()Returns an iterable to iterate through the paginatedListPoliciesResponse.policies()member.SdkPublisher<PolicyItem>ListPoliciesPublisher. policies()Returns a publisher that can be used to get a stream of data.
-