Uses of Class
software.amazon.awssdk.services.ssm.model.GetResourcePoliciesResponseEntry
Packages that use GetResourcePoliciesResponseEntry
Package
Description
-
Uses of GetResourcePoliciesResponseEntry in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetResourcePoliciesResponseEntryModifier and TypeMethodDescriptionGetResourcePoliciesResponse.policies()An array of thePolicyobject.Methods in software.amazon.awssdk.services.ssm.model with parameters of type GetResourcePoliciesResponseEntryModifier and TypeMethodDescriptionGetResourcePoliciesResponse.Builder.policies(GetResourcePoliciesResponseEntry... policies) An array of thePolicyobject.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type GetResourcePoliciesResponseEntryModifier and TypeMethodDescriptionGetResourcePoliciesResponse.Builder.policies(Collection<GetResourcePoliciesResponseEntry> policies) An array of thePolicyobject. -
Uses of GetResourcePoliciesResponseEntry in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type GetResourcePoliciesResponseEntryModifier and TypeMethodDescriptionGetResourcePoliciesIterable.policies()Returns an iterable to iterate through the paginatedGetResourcePoliciesResponse.policies()member.GetResourcePoliciesPublisher.policies()Returns a publisher that can be used to get a stream of data.