| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model | |
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
InstanceProfile |
CreateInstanceProfileResponse.instanceProfile()
A structure containing details about the new instance profile.
|
InstanceProfile |
GetInstanceProfileResponse.instanceProfile()
A structure containing details about the instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceProfile> |
RoleDetail.instanceProfileList()
A list of instance profiles that contain this role.
|
List<InstanceProfile> |
ListInstanceProfilesForRoleResponse.instanceProfiles()
A list of instance profiles.
|
List<InstanceProfile> |
ListInstanceProfilesResponse.instanceProfiles()
A list of instance profiles.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInstanceProfileResponse.Builder |
CreateInstanceProfileResponse.Builder.instanceProfile(InstanceProfile instanceProfile)
A structure containing details about the new instance profile.
|
GetInstanceProfileResponse.Builder |
GetInstanceProfileResponse.Builder.instanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
|
RoleDetail.Builder |
RoleDetail.Builder.instanceProfileList(InstanceProfile... instanceProfileList)
A list of instance profiles that contain this role.
|
ListInstanceProfilesForRoleResponse.Builder |
ListInstanceProfilesForRoleResponse.Builder.instanceProfiles(InstanceProfile... instanceProfiles)
A list of instance profiles.
|
ListInstanceProfilesResponse.Builder |
ListInstanceProfilesResponse.Builder.instanceProfiles(InstanceProfile... instanceProfiles)
A list of instance profiles.
|
| Modifier and Type | Method and Description |
|---|---|
RoleDetail.Builder |
RoleDetail.Builder.instanceProfileList(Collection<InstanceProfile> instanceProfileList)
A list of instance profiles that contain this role.
|
ListInstanceProfilesForRoleResponse.Builder |
ListInstanceProfilesForRoleResponse.Builder.instanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
ListInstanceProfilesResponse.Builder |
ListInstanceProfilesResponse.Builder.instanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<InstanceProfile> |
ListInstanceProfilesForRolePublisher.instanceProfiles()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<InstanceProfile> |
ListInstanceProfilesForRoleIterable.instanceProfiles()
Returns an iterable to iterate through the paginated
ListInstanceProfilesForRoleResponse.instanceProfiles() member. |
SdkPublisher<InstanceProfile> |
ListInstanceProfilesPublisher.instanceProfiles()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<InstanceProfile> |
ListInstanceProfilesIterable.instanceProfiles()
Returns an iterable to iterate through the paginated
ListInstanceProfilesResponse.instanceProfiles()
member. |
Copyright © 2023. All rights reserved.