Uses of Interface
software.amazon.awssdk.services.costexplorer.model.EC2Specification.Builder
-
Packages that use EC2Specification.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of EC2Specification.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return EC2Specification.Builder Modifier and Type Method Description static EC2Specification.BuilderEC2Specification. builder()EC2Specification.BuilderEC2Specification.Builder. offeringClass(String offeringClass)Indicates whether you want a recommendation for standard or convertible reservations.EC2Specification.BuilderEC2Specification.Builder. offeringClass(OfferingClass offeringClass)Indicates whether you want a recommendation for standard or convertible reservations.EC2Specification.BuilderEC2Specification. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type EC2Specification.Builder Modifier and Type Method Description static Class<? extends EC2Specification.Builder>EC2Specification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type EC2Specification.Builder Modifier and Type Method Description default ServiceSpecification.BuilderServiceSpecification.Builder. ec2Specification(Consumer<EC2Specification.Builder> ec2Specification)The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.
-