Uses of Class
software.amazon.awssdk.services.sms.model.GetConnectorsRequest
-
Packages that use GetConnectorsRequest Package Description software.amazon.awssdk.services.sms software.amazon.awssdk.services.sms.paginators software.amazon.awssdk.services.sms.transform -
-
Uses of GetConnectorsRequest in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms with parameters of type GetConnectorsRequest Modifier and Type Method Description default CompletableFuture<GetConnectorsResponse>SmsAsyncClient. getConnectors(GetConnectorsRequest getConnectorsRequest)Describes the connectors registered with the Server Migration Service.default GetConnectorsResponseSmsClient. getConnectors(GetConnectorsRequest getConnectorsRequest)Describes the connectors registered with the Server Migration Service.default GetConnectorsPublisherSmsAsyncClient. getConnectorsPaginator(GetConnectorsRequest getConnectorsRequest)Describes the connectors registered with the Server Migration Service.default GetConnectorsIterableSmsClient. getConnectorsPaginator(GetConnectorsRequest getConnectorsRequest)Describes the connectors registered with the Server Migration Service. -
Uses of GetConnectorsRequest in software.amazon.awssdk.services.sms.paginators
Constructors in software.amazon.awssdk.services.sms.paginators with parameters of type GetConnectorsRequest Constructor Description GetConnectorsIterable(SmsClient client, GetConnectorsRequest firstRequest)GetConnectorsPublisher(SmsAsyncClient client, GetConnectorsRequest firstRequest) -
Uses of GetConnectorsRequest in software.amazon.awssdk.services.sms.transform
Methods in software.amazon.awssdk.services.sms.transform with parameters of type GetConnectorsRequest Modifier and Type Method Description SdkHttpFullRequestGetConnectorsRequestMarshaller. marshall(GetConnectorsRequest getConnectorsRequest)
-