Uses of Class
software.amazon.awssdk.services.ec2.model.OperatorResponse
Packages that use OperatorResponse
-
Uses of OperatorResponse in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return OperatorResponseModifier and TypeMethodDescriptionfinal OperatorResponseCreateVolumeResponse.operator()The service provider that manages the volume.final OperatorResponseEbsInstanceBlockDevice.operator()The service provider that manages the EBS volume.final OperatorResponseInstance.operator()The service provider that manages the instance.final OperatorResponseInstanceImageMetadata.operator()The entity that manages the instance.final OperatorResponseInstanceNetworkInterface.operator()The service provider that manages the network interface.final OperatorResponseInstanceStatus.operator()The service provider that manages the instance.final OperatorResponseLaunchTemplate.operator()The entity that manages the launch template.final OperatorResponseLaunchTemplateVersion.operator()The entity that manages the launch template.final OperatorResponseNetworkInterface.operator()The service provider that manages the network interface.final OperatorResponsePlacementGroup.operator()The service provider that manages the Placement Group.final OperatorResponseResponseLaunchTemplateData.operator()The entity that manages the launch template.final OperatorResponseVolume.operator()The service provider that manages the volume.final OperatorResponseVolumeRecycleBinInfo.operator()The service provider that manages the volume.Methods in software.amazon.awssdk.services.ec2.model with parameters of type OperatorResponseModifier and TypeMethodDescriptionCreateVolumeResponse.Builder.operator(OperatorResponse operator) The service provider that manages the volume.EbsInstanceBlockDevice.Builder.operator(OperatorResponse operator) The service provider that manages the EBS volume.Instance.Builder.operator(OperatorResponse operator) The service provider that manages the instance.InstanceImageMetadata.Builder.operator(OperatorResponse operator) The entity that manages the instance.InstanceNetworkInterface.Builder.operator(OperatorResponse operator) The service provider that manages the network interface.InstanceStatus.Builder.operator(OperatorResponse operator) The service provider that manages the instance.LaunchTemplate.Builder.operator(OperatorResponse operator) The entity that manages the launch template.LaunchTemplateVersion.Builder.operator(OperatorResponse operator) The entity that manages the launch template.NetworkInterface.Builder.operator(OperatorResponse operator) The service provider that manages the network interface.PlacementGroup.Builder.operator(OperatorResponse operator) The service provider that manages the Placement Group.ResponseLaunchTemplateData.Builder.operator(OperatorResponse operator) The entity that manages the launch template.Volume.Builder.operator(OperatorResponse operator) The service provider that manages the volume.VolumeRecycleBinInfo.Builder.operator(OperatorResponse operator) The service provider that manages the volume.