Uses of Class
software.amazon.awssdk.services.opensearch.model.ReservedInstance
-
Packages that use ReservedInstance Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ReservedInstance in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type ReservedInstance Modifier and Type Method Description List<ReservedInstance>DescribeReservedInstancesResponse. reservedInstances()List of Reserved Instances in the current Region.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type ReservedInstance Modifier and Type Method Description DescribeReservedInstancesResponse.BuilderDescribeReservedInstancesResponse.Builder. reservedInstances(ReservedInstance... reservedInstances)List of Reserved Instances in the current Region.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type ReservedInstance Modifier and Type Method Description DescribeReservedInstancesResponse.BuilderDescribeReservedInstancesResponse.Builder. reservedInstances(Collection<ReservedInstance> reservedInstances)List of Reserved Instances in the current Region.
-