Uses of Class
software.amazon.awssdk.services.costexplorer.model.ServiceSpecification
-
Packages that use ServiceSpecification Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of ServiceSpecification in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return ServiceSpecification Modifier and Type Method Description ServiceSpecificationGetReservationPurchaseRecommendationRequest. serviceSpecification()The hardware specifications for the service instances that you want recommendations for, such as standard or convertible Amazon EC2 instances.ServiceSpecificationReservationPurchaseRecommendation. serviceSpecification()Hardware specifications for the service that you want recommendations for.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type ServiceSpecification Modifier and Type Method Description GetReservationPurchaseRecommendationRequest.BuilderGetReservationPurchaseRecommendationRequest.Builder. serviceSpecification(ServiceSpecification serviceSpecification)The hardware specifications for the service instances that you want recommendations for, such as standard or convertible Amazon EC2 instances.ReservationPurchaseRecommendation.BuilderReservationPurchaseRecommendation.Builder. serviceSpecification(ServiceSpecification serviceSpecification)Hardware specifications for the service that you want recommendations for.
-