| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere.model | |
| software.amazon.awssdk.services.rolesanywhere.paginators |
| Modifier and Type | Method and Description |
|---|---|
ProfileDetail |
GetProfileResponse.profile()
The state of the profile after a read or write operation.
|
ProfileDetail |
CreateProfileResponse.profile()
The state of the profile after a read or write operation.
|
ProfileDetail |
EnableProfileResponse.profile()
The state of the profile after a read or write operation.
|
ProfileDetail |
UpdateProfileResponse.profile()
The state of the profile after a read or write operation.
|
ProfileDetail |
DisableProfileResponse.profile()
The state of the profile after a read or write operation.
|
ProfileDetail |
DeleteProfileResponse.profile()
The state of the profile after a read or write operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileDetail> |
ListProfilesResponse.profiles()
A list of profiles.
|
| Modifier and Type | Method and Description |
|---|---|
GetProfileResponse.Builder |
GetProfileResponse.Builder.profile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
CreateProfileResponse.Builder |
CreateProfileResponse.Builder.profile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
EnableProfileResponse.Builder |
EnableProfileResponse.Builder.profile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
UpdateProfileResponse.Builder |
UpdateProfileResponse.Builder.profile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
DisableProfileResponse.Builder |
DisableProfileResponse.Builder.profile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
DeleteProfileResponse.Builder |
DeleteProfileResponse.Builder.profile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
ListProfilesResponse.Builder |
ListProfilesResponse.Builder.profiles(ProfileDetail... profiles)
A list of profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfilesResponse.Builder |
ListProfilesResponse.Builder.profiles(Collection<ProfileDetail> profiles)
A list of profiles.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ProfileDetail> |
ListProfilesPublisher.profiles()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ProfileDetail> |
ListProfilesIterable.profiles()
Returns an iterable to iterate through the paginated
ListProfilesResponse.profiles() member. |
Copyright © 2023. All rights reserved.