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