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