Uses of Class
software.amazon.awssdk.services.iam.model.Role
-
Packages that use Role Package Description software.amazon.awssdk.services.iam.model software.amazon.awssdk.services.iam.paginators -
-
Uses of Role in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return Role Modifier and Type Method Description RoleCreateRoleResponse. role()A structure containing details about the new role.RoleCreateServiceLinkedRoleResponse. role()A Role object that contains details about the newly created role.RoleGetRoleResponse. role()A structure containing details about the IAM role.RoleUpdateRoleDescriptionResponse. role()A structure that contains details about the modified role.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type Role Modifier and Type Method Description List<Role>InstanceProfile. roles()The role associated with the instance profile.List<Role>ListRolesResponse. roles()A list of roles.Methods in software.amazon.awssdk.services.iam.model with parameters of type Role Modifier and Type Method Description CreateRoleResponse.BuilderCreateRoleResponse.Builder. role(Role role)A structure containing details about the new role.CreateServiceLinkedRoleResponse.BuilderCreateServiceLinkedRoleResponse.Builder. role(Role role)A Role object that contains details about the newly created role.GetRoleResponse.BuilderGetRoleResponse.Builder. role(Role role)A structure containing details about the IAM role.UpdateRoleDescriptionResponse.BuilderUpdateRoleDescriptionResponse.Builder. role(Role role)A structure that contains details about the modified role.InstanceProfile.BuilderInstanceProfile.Builder. roles(Role... roles)The role associated with the instance profile.ListRolesResponse.BuilderListRolesResponse.Builder. roles(Role... roles)A list of roles.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type Role Modifier and Type Method Description InstanceProfile.BuilderInstanceProfile.Builder. roles(Collection<Role> roles)The role associated with the instance profile.ListRolesResponse.BuilderListRolesResponse.Builder. roles(Collection<Role> roles)A list of roles. -
Uses of Role in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type Role Modifier and Type Method Description SdkIterable<Role>ListRolesIterable. roles()Returns an iterable to iterate through the paginatedListRolesResponse.roles()member.SdkPublisher<Role>ListRolesPublisher. roles()Returns a publisher that can be used to get a stream of data.
-