Uses of Class
software.amazon.awssdk.services.pricing.model.Service
-
Packages that use Service Package Description software.amazon.awssdk.services.pricing.model software.amazon.awssdk.services.pricing.paginators -
-
Uses of Service in software.amazon.awssdk.services.pricing.model
Methods in software.amazon.awssdk.services.pricing.model that return types with arguments of type Service Modifier and Type Method Description List<Service>DescribeServicesResponse. services()The service metadata for the service or services in the response.Methods in software.amazon.awssdk.services.pricing.model with parameters of type Service Modifier and Type Method Description DescribeServicesResponse.BuilderDescribeServicesResponse.Builder. services(Service... services)The service metadata for the service or services in the response.Method parameters in software.amazon.awssdk.services.pricing.model with type arguments of type Service Modifier and Type Method Description DescribeServicesResponse.BuilderDescribeServicesResponse.Builder. services(Collection<Service> services)The service metadata for the service or services in the response. -
Uses of Service in software.amazon.awssdk.services.pricing.paginators
Methods in software.amazon.awssdk.services.pricing.paginators that return types with arguments of type Service Modifier and Type Method Description SdkIterable<Service>DescribeServicesIterable. services()Returns an iterable to iterate through the paginatedDescribeServicesResponse.services()member.SdkPublisher<Service>DescribeServicesPublisher. services()Returns a publisher that can be used to get a stream of data.
-