Uses of Class
software.amazon.awssdk.services.ec2.model.ServiceTypeDetail
-
Packages that use ServiceTypeDetail Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ServiceTypeDetail in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ServiceTypeDetail Modifier and Type Method Description List<ServiceTypeDetail>ServiceConfiguration. serviceType()The type of service.List<ServiceTypeDetail>ServiceDetail. serviceType()The type of service.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ServiceTypeDetail Modifier and Type Method Description ServiceConfiguration.BuilderServiceConfiguration.Builder. serviceType(ServiceTypeDetail... serviceType)The type of service.ServiceDetail.BuilderServiceDetail.Builder. serviceType(ServiceTypeDetail... serviceType)The type of service.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ServiceTypeDetail Modifier and Type Method Description ServiceConfiguration.BuilderServiceConfiguration.Builder. serviceType(Collection<ServiceTypeDetail> serviceType)The type of service.ServiceDetail.BuilderServiceDetail.Builder. serviceType(Collection<ServiceTypeDetail> serviceType)The type of service.
-