Uses of Class
software.amazon.awssdk.services.ec2.model.OperatorResponse
-
Packages that use OperatorResponse Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of OperatorResponse in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return OperatorResponse Modifier and Type Method Description OperatorResponseCreateVolumeResponse. operator()The entity that manages the volume.OperatorResponseEbsInstanceBlockDevice. operator()The entity that manages the EBS volume.OperatorResponseInstance. operator()The entity that manages the instance.OperatorResponseInstanceImageMetadata. operator()The entity that manages the instance.OperatorResponseInstanceNetworkInterface. operator()The entity that manages the network interface.OperatorResponseInstanceStatus. operator()The entity that manages the instance.OperatorResponseLaunchTemplate. operator()The entity that manages the launch template.OperatorResponseLaunchTemplateVersion. operator()The entity that manages the launch template.OperatorResponseNetworkInterface. operator()The entity that manages the network interface.OperatorResponseResponseLaunchTemplateData. operator()The entity that manages the launch template.OperatorResponseVolume. operator()The entity that manages the volume.Methods in software.amazon.awssdk.services.ec2.model with parameters of type OperatorResponse Modifier and Type Method Description CreateVolumeResponse.BuilderCreateVolumeResponse.Builder. operator(OperatorResponse operator)The entity that manages the volume.EbsInstanceBlockDevice.BuilderEbsInstanceBlockDevice.Builder. operator(OperatorResponse operator)The entity that manages the EBS volume.Instance.BuilderInstance.Builder. operator(OperatorResponse operator)The entity that manages the instance.InstanceImageMetadata.BuilderInstanceImageMetadata.Builder. operator(OperatorResponse operator)The entity that manages the instance.InstanceNetworkInterface.BuilderInstanceNetworkInterface.Builder. operator(OperatorResponse operator)The entity that manages the network interface.InstanceStatus.BuilderInstanceStatus.Builder. operator(OperatorResponse operator)The entity that manages the instance.LaunchTemplate.BuilderLaunchTemplate.Builder. operator(OperatorResponse operator)The entity that manages the launch template.LaunchTemplateVersion.BuilderLaunchTemplateVersion.Builder. operator(OperatorResponse operator)The entity that manages the launch template.NetworkInterface.BuilderNetworkInterface.Builder. operator(OperatorResponse operator)The entity that manages the network interface.ResponseLaunchTemplateData.BuilderResponseLaunchTemplateData.Builder. operator(OperatorResponse operator)The entity that manages the launch template.Volume.BuilderVolume.Builder. operator(OperatorResponse operator)The entity that manages the volume.
-