Uses of Interface
software.amazon.awssdk.services.devicefarm.model.UpdateInstanceProfileResponse.Builder
-
Packages that use UpdateInstanceProfileResponse.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of UpdateInstanceProfileResponse.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return UpdateInstanceProfileResponse.Builder Modifier and Type Method Description static UpdateInstanceProfileResponse.BuilderUpdateInstanceProfileResponse. builder()default UpdateInstanceProfileResponse.BuilderUpdateInstanceProfileResponse.Builder. instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)An object that contains information about your instance profile.UpdateInstanceProfileResponse.BuilderUpdateInstanceProfileResponse.Builder. instanceProfile(InstanceProfile instanceProfile)An object that contains information about your instance profile.UpdateInstanceProfileResponse.BuilderUpdateInstanceProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type UpdateInstanceProfileResponse.Builder Modifier and Type Method Description static Class<? extends UpdateInstanceProfileResponse.Builder>UpdateInstanceProfileResponse. serializableBuilderClass()
-