Uses of Class
software.amazon.awssdk.services.sms.model.Connector
-
Packages that use Connector Package Description software.amazon.awssdk.services.sms.model software.amazon.awssdk.services.sms.paginators -
-
Uses of Connector in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type Connector Modifier and Type Method Description List<Connector>GetConnectorsResponse. connectorList()Information about the registered connectors.Methods in software.amazon.awssdk.services.sms.model with parameters of type Connector Modifier and Type Method Description GetConnectorsResponse.BuilderGetConnectorsResponse.Builder. connectorList(Connector... connectorList)Information about the registered connectors.Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type Connector Modifier and Type Method Description GetConnectorsResponse.BuilderGetConnectorsResponse.Builder. connectorList(Collection<Connector> connectorList)Information about the registered connectors. -
Uses of Connector in software.amazon.awssdk.services.sms.paginators
Methods in software.amazon.awssdk.services.sms.paginators that return types with arguments of type Connector Modifier and Type Method Description SdkIterable<Connector>GetConnectorsIterable. connectorList()Returns an iterable to iterate through the paginatedGetConnectorsResponse.connectorList()member.SdkPublisher<Connector>GetConnectorsPublisher. connectorList()Returns a publisher that can be used to get a stream of data.
-