Uses of Interface
software.amazon.awssdk.services.rolesanywhere.model.CreateProfileResponse.Builder
-
Packages that use CreateProfileResponse.Builder Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of CreateProfileResponse.Builder in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return CreateProfileResponse.Builder Modifier and Type Method Description static CreateProfileResponse.BuilderCreateProfileResponse. builder()default CreateProfileResponse.BuilderCreateProfileResponse.Builder. profile(Consumer<ProfileDetail.Builder> profile)The state of the profile after a read or write operation.CreateProfileResponse.BuilderCreateProfileResponse.Builder. profile(ProfileDetail profile)The state of the profile after a read or write operation.CreateProfileResponse.BuilderCreateProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type CreateProfileResponse.Builder Modifier and Type Method Description static Class<? extends CreateProfileResponse.Builder>CreateProfileResponse. serializableBuilderClass()
-