Uses of Class
software.amazon.awssdk.services.ec2.model.ServiceTypeDetail
Packages that use ServiceTypeDetail
-
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 ServiceTypeDetailModifier and TypeMethodDescriptionfinal List<ServiceTypeDetail>ServiceConfiguration.serviceType()The type of service.final List<ServiceTypeDetail>ServiceDetail.serviceType()The type of service.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ServiceTypeDetailModifier and TypeMethodDescriptionServiceConfiguration.Builder.serviceType(ServiceTypeDetail... serviceType) The type of service.ServiceDetail.Builder.serviceType(ServiceTypeDetail... serviceType) The type of service.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ServiceTypeDetailModifier and TypeMethodDescriptionServiceConfiguration.Builder.serviceType(Collection<ServiceTypeDetail> serviceType) The type of service.ServiceDetail.Builder.serviceType(Collection<ServiceTypeDetail> serviceType) The type of service.