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