Uses of Interface
software.amazon.awssdk.services.rolesanywhere.model.UpdateProfileResponse.Builder
-
Packages that use UpdateProfileResponse.Builder Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of UpdateProfileResponse.Builder in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return UpdateProfileResponse.Builder Modifier and Type Method Description static UpdateProfileResponse.BuilderUpdateProfileResponse. builder()default UpdateProfileResponse.BuilderUpdateProfileResponse.Builder. profile(Consumer<ProfileDetail.Builder> 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.UpdateProfileResponse.BuilderUpdateProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type UpdateProfileResponse.Builder Modifier and Type Method Description static Class<? extends UpdateProfileResponse.Builder>UpdateProfileResponse. serializableBuilderClass()
-