| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model | |
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
Role |
CreateServiceLinkedRoleResponse.role()
A Role object that contains details about the newly created role.
|
Role |
GetRoleResponse.role()
A structure containing details about the IAM role.
|
Role |
UpdateRoleDescriptionResponse.role()
A structure that contains details about the modified role.
|
Role |
CreateRoleResponse.role()
A structure containing details about the new role.
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
ListRolesResponse.roles()
A list of roles.
|
List<Role> |
InstanceProfile.roles()
The role associated with the instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
CreateServiceLinkedRoleResponse.Builder |
CreateServiceLinkedRoleResponse.Builder.role(Role role)
A Role object that contains details about the newly created role.
|
GetRoleResponse.Builder |
GetRoleResponse.Builder.role(Role role)
A structure containing details about the IAM role.
|
UpdateRoleDescriptionResponse.Builder |
UpdateRoleDescriptionResponse.Builder.role(Role role)
A structure that contains details about the modified role.
|
CreateRoleResponse.Builder |
CreateRoleResponse.Builder.role(Role role)
A structure containing details about the new role.
|
ListRolesResponse.Builder |
ListRolesResponse.Builder.roles(Role... roles)
A list of roles.
|
InstanceProfile.Builder |
InstanceProfile.Builder.roles(Role... roles)
The role associated with the instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
ListRolesResponse.Builder |
ListRolesResponse.Builder.roles(Collection<Role> roles)
A list of roles.
|
InstanceProfile.Builder |
InstanceProfile.Builder.roles(Collection<Role> roles)
The role associated with the instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Role> |
ListRolesIterable.roles()
Returns an iterable to iterate through the paginated
ListRolesResponse.roles() member. |
SdkPublisher<Role> |
ListRolesPublisher.roles()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.