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