| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceTypeDetail |
ServiceTypeDetail.clone() |
ServiceTypeDetail |
ServiceTypeDetail.withServiceType(ServiceType serviceType)
The type of service.
|
ServiceTypeDetail |
ServiceTypeDetail.withServiceType(String serviceType)
The type of service.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceTypeDetail> |
ServiceConfiguration.getServiceType()
The type of service.
|
List<ServiceTypeDetail> |
ServiceDetail.getServiceType()
The type of service.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceConfiguration |
ServiceConfiguration.withServiceType(ServiceTypeDetail... serviceType)
The type of service.
|
ServiceDetail |
ServiceDetail.withServiceType(ServiceTypeDetail... serviceType)
The type of service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceConfiguration.setServiceType(Collection<ServiceTypeDetail> serviceType)
The type of service.
|
void |
ServiceDetail.setServiceType(Collection<ServiceTypeDetail> serviceType)
The type of service.
|
ServiceConfiguration |
ServiceConfiguration.withServiceType(Collection<ServiceTypeDetail> serviceType)
The type of service.
|
ServiceDetail |
ServiceDetail.withServiceType(Collection<ServiceTypeDetail> serviceType)
The type of service.
|
Copyright © 2023. All rights reserved.