Uses of Interface
software.amazon.awssdk.services.iam.model.UpdateRoleDescriptionResponse.Builder
-
Packages that use UpdateRoleDescriptionResponse.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of UpdateRoleDescriptionResponse.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return UpdateRoleDescriptionResponse.Builder Modifier and Type Method Description static UpdateRoleDescriptionResponse.BuilderUpdateRoleDescriptionResponse. builder()default UpdateRoleDescriptionResponse.BuilderUpdateRoleDescriptionResponse.Builder. role(Consumer<Role.Builder> role)A structure that contains details about the modified role.UpdateRoleDescriptionResponse.BuilderUpdateRoleDescriptionResponse.Builder. role(Role role)A structure that contains details about the modified role.UpdateRoleDescriptionResponse.BuilderUpdateRoleDescriptionResponse. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type UpdateRoleDescriptionResponse.Builder Modifier and Type Method Description static Class<? extends UpdateRoleDescriptionResponse.Builder>UpdateRoleDescriptionResponse. serializableBuilderClass()
-