Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateInstanceEventWindowResponse.Builder
-
Packages that use CreateInstanceEventWindowResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CreateInstanceEventWindowResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateInstanceEventWindowResponse.Builder Modifier and Type Method Description static CreateInstanceEventWindowResponse.BuilderCreateInstanceEventWindowResponse. builder()default CreateInstanceEventWindowResponse.BuilderCreateInstanceEventWindowResponse.Builder. instanceEventWindow(Consumer<InstanceEventWindow.Builder> instanceEventWindow)Information about the event window.CreateInstanceEventWindowResponse.BuilderCreateInstanceEventWindowResponse.Builder. instanceEventWindow(InstanceEventWindow instanceEventWindow)Information about the event window.CreateInstanceEventWindowResponse.BuilderCreateInstanceEventWindowResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateInstanceEventWindowResponse.Builder Modifier and Type Method Description static Class<? extends CreateInstanceEventWindowResponse.Builder>CreateInstanceEventWindowResponse. serializableBuilderClass()
-