Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.ProfileDetail
-
Packages that use ProfileDetail Package Description software.amazon.awssdk.services.rolesanywhere.model software.amazon.awssdk.services.rolesanywhere.paginators -
-
Uses of ProfileDetail in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return ProfileDetail Modifier and Type Method Description ProfileDetailCreateProfileResponse. profile()The state of the profile after a read or write operation.ProfileDetailDeleteProfileResponse. profile()The state of the profile after a read or write operation.ProfileDetailDisableProfileResponse. profile()The state of the profile after a read or write operation.ProfileDetailEnableProfileResponse. profile()The state of the profile after a read or write operation.ProfileDetailGetProfileResponse. profile()The state of the profile after a read or write operation.ProfileDetailUpdateProfileResponse. profile()The state of the profile after a read or write operation.Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type ProfileDetail Modifier and Type Method Description List<ProfileDetail>ListProfilesResponse. profiles()A list of profiles.Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type ProfileDetail Modifier and Type Method Description CreateProfileResponse.BuilderCreateProfileResponse.Builder. profile(ProfileDetail profile)The state of the profile after a read or write operation.DeleteProfileResponse.BuilderDeleteProfileResponse.Builder. profile(ProfileDetail profile)The state of the profile after a read or write operation.DisableProfileResponse.BuilderDisableProfileResponse.Builder. profile(ProfileDetail profile)The state of the profile after a read or write operation.EnableProfileResponse.BuilderEnableProfileResponse.Builder. profile(ProfileDetail profile)The state of the profile after a read or write operation.GetProfileResponse.BuilderGetProfileResponse.Builder. profile(ProfileDetail profile)The state of the profile after a read or write operation.UpdateProfileResponse.BuilderUpdateProfileResponse.Builder. profile(ProfileDetail profile)The state of the profile after a read or write operation.ListProfilesResponse.BuilderListProfilesResponse.Builder. profiles(ProfileDetail... profiles)A list of profiles.Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type ProfileDetail Modifier and Type Method Description ListProfilesResponse.BuilderListProfilesResponse.Builder. profiles(Collection<ProfileDetail> profiles)A list of profiles. -
Uses of ProfileDetail in software.amazon.awssdk.services.rolesanywhere.paginators
Methods in software.amazon.awssdk.services.rolesanywhere.paginators that return types with arguments of type ProfileDetail Modifier and Type Method Description SdkIterable<ProfileDetail>ListProfilesIterable. profiles()Returns an iterable to iterate through the paginatedListProfilesResponse.profiles()member.SdkPublisher<ProfileDetail>ListProfilesPublisher. profiles()Returns a publisher that can be used to get a stream of data.
-