Uses of Class
software.amazon.awssdk.services.iam.model.AttachedPolicy
-
Packages that use AttachedPolicy Package Description software.amazon.awssdk.services.iam.model software.amazon.awssdk.services.iam.paginators -
-
Uses of AttachedPolicy in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type AttachedPolicy Modifier and Type Method Description List<AttachedPolicy>GroupDetail. attachedManagedPolicies()A list of the managed policies attached to the group.List<AttachedPolicy>RoleDetail. attachedManagedPolicies()A list of managed policies attached to the role.List<AttachedPolicy>UserDetail. attachedManagedPolicies()A list of the managed policies attached to the user.List<AttachedPolicy>ListAttachedGroupPoliciesResponse. attachedPolicies()A list of the attached policies.List<AttachedPolicy>ListAttachedRolePoliciesResponse. attachedPolicies()A list of the attached policies.List<AttachedPolicy>ListAttachedUserPoliciesResponse. attachedPolicies()A list of the attached policies.Methods in software.amazon.awssdk.services.iam.model with parameters of type AttachedPolicy Modifier and Type Method Description GroupDetail.BuilderGroupDetail.Builder. attachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)A list of the managed policies attached to the group.RoleDetail.BuilderRoleDetail.Builder. attachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)A list of managed policies attached to the role.UserDetail.BuilderUserDetail.Builder. attachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)A list of the managed policies attached to the user.ListAttachedGroupPoliciesResponse.BuilderListAttachedGroupPoliciesResponse.Builder. attachedPolicies(AttachedPolicy... attachedPolicies)A list of the attached policies.ListAttachedRolePoliciesResponse.BuilderListAttachedRolePoliciesResponse.Builder. attachedPolicies(AttachedPolicy... attachedPolicies)A list of the attached policies.ListAttachedUserPoliciesResponse.BuilderListAttachedUserPoliciesResponse.Builder. attachedPolicies(AttachedPolicy... attachedPolicies)A list of the attached policies.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type AttachedPolicy Modifier and Type Method Description GroupDetail.BuilderGroupDetail.Builder. attachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)A list of the managed policies attached to the group.RoleDetail.BuilderRoleDetail.Builder. attachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)A list of managed policies attached to the role.UserDetail.BuilderUserDetail.Builder. attachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)A list of the managed policies attached to the user.ListAttachedGroupPoliciesResponse.BuilderListAttachedGroupPoliciesResponse.Builder. attachedPolicies(Collection<AttachedPolicy> attachedPolicies)A list of the attached policies.ListAttachedRolePoliciesResponse.BuilderListAttachedRolePoliciesResponse.Builder. attachedPolicies(Collection<AttachedPolicy> attachedPolicies)A list of the attached policies.ListAttachedUserPoliciesResponse.BuilderListAttachedUserPoliciesResponse.Builder. attachedPolicies(Collection<AttachedPolicy> attachedPolicies)A list of the attached policies. -
Uses of AttachedPolicy in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type AttachedPolicy Modifier and Type Method Description SdkIterable<AttachedPolicy>ListAttachedGroupPoliciesIterable. attachedPolicies()Returns an iterable to iterate through the paginatedListAttachedGroupPoliciesResponse.attachedPolicies()member.SdkPublisher<AttachedPolicy>ListAttachedGroupPoliciesPublisher. attachedPolicies()Returns a publisher that can be used to get a stream of data.SdkIterable<AttachedPolicy>ListAttachedRolePoliciesIterable. attachedPolicies()Returns an iterable to iterate through the paginatedListAttachedRolePoliciesResponse.attachedPolicies()member.SdkPublisher<AttachedPolicy>ListAttachedRolePoliciesPublisher. attachedPolicies()Returns a publisher that can be used to get a stream of data.SdkIterable<AttachedPolicy>ListAttachedUserPoliciesIterable. attachedPolicies()Returns an iterable to iterate through the paginatedListAttachedUserPoliciesResponse.attachedPolicies()member.SdkPublisher<AttachedPolicy>ListAttachedUserPoliciesPublisher. attachedPolicies()Returns a publisher that can be used to get a stream of data.
-