Uses of Class
software.amazon.awssdk.services.ec2.model.TargetConfigurationRequest
Packages that use TargetConfigurationRequest
-
Uses of TargetConfigurationRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TargetConfigurationRequestModifier and TypeMethodDescriptionfinal List<TargetConfigurationRequest>AcceptReservedInstancesExchangeQuoteRequest.targetConfigurations()The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.final List<TargetConfigurationRequest>GetReservedInstancesExchangeQuoteRequest.targetConfigurations()The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TargetConfigurationRequestModifier and TypeMethodDescriptionAcceptReservedInstancesExchangeQuoteRequest.Builder.targetConfigurations(TargetConfigurationRequest... targetConfigurations) The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.GetReservedInstancesExchangeQuoteRequest.Builder.targetConfigurations(TargetConfigurationRequest... targetConfigurations) The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TargetConfigurationRequestModifier and TypeMethodDescriptionAcceptReservedInstancesExchangeQuoteRequest.Builder.targetConfigurations(Collection<TargetConfigurationRequest> targetConfigurations) The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.GetReservedInstancesExchangeQuoteRequest.Builder.targetConfigurations(Collection<TargetConfigurationRequest> targetConfigurations) The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.