Uses of Class
com.amazonaws.services.support.model.Service
Packages that use Service
-
Uses of Service in com.amazonaws.services.support.model
Methods in com.amazonaws.services.support.model that return ServiceModifier and TypeMethodDescriptionService.clone()Service.withCategories(Category... categories) A list of categories that describe the type of support issue a case describes.Service.withCategories(Collection<Category> categories) A list of categories that describe the type of support issue a case describes.The code for an AWS service returned by the DescribeServices response.The friendly name for an AWS service.Methods in com.amazonaws.services.support.model that return types with arguments of type ServiceModifier and TypeMethodDescriptionDescribeServicesResult.getServices()A JSON-formatted list of AWS services.Methods in com.amazonaws.services.support.model with parameters of type ServiceModifier and TypeMethodDescriptionDescribeServicesResult.withServices(Service... services) A JSON-formatted list of AWS services.Method parameters in com.amazonaws.services.support.model with type arguments of type ServiceModifier and TypeMethodDescriptionvoidDescribeServicesResult.setServices(Collection<Service> services) A JSON-formatted list of AWS services.DescribeServicesResult.withServices(Collection<Service> services) A JSON-formatted list of AWS services.