Uses of Class
software.amazon.awssdk.services.sms.model.GetConnectorsResponse
-
Packages that use GetConnectorsResponse Package Description software.amazon.awssdk.services.sms software.amazon.awssdk.services.sms.paginators -
-
Uses of GetConnectorsResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return GetConnectorsResponse Modifier and Type Method Description default GetConnectorsResponseSmsClient. getConnectors()Describes the connectors registered with the Server Migration Service.default GetConnectorsResponseSmsClient. getConnectors(Consumer<GetConnectorsRequest.Builder> getConnectorsRequest)Describes the connectors registered with the Server Migration Service.default GetConnectorsResponseSmsClient. getConnectors(GetConnectorsRequest getConnectorsRequest)Describes the connectors registered with the Server Migration Service.Methods in software.amazon.awssdk.services.sms that return types with arguments of type GetConnectorsResponse Modifier and Type Method Description default CompletableFuture<GetConnectorsResponse>SmsAsyncClient. getConnectors()Describes the connectors registered with the Server Migration Service.default CompletableFuture<GetConnectorsResponse>SmsAsyncClient. getConnectors(Consumer<GetConnectorsRequest.Builder> getConnectorsRequest)Describes the connectors registered with the Server Migration Service.default CompletableFuture<GetConnectorsResponse>SmsAsyncClient. getConnectors(GetConnectorsRequest getConnectorsRequest)Describes the connectors registered with the Server Migration Service. -
Uses of GetConnectorsResponse in software.amazon.awssdk.services.sms.paginators
Methods in software.amazon.awssdk.services.sms.paginators that return types with arguments of type GetConnectorsResponse Modifier and Type Method Description Iterator<GetConnectorsResponse>GetConnectorsIterable. iterator()Method parameters in software.amazon.awssdk.services.sms.paginators with type arguments of type GetConnectorsResponse Modifier and Type Method Description voidGetConnectorsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetConnectorsResponse> subscriber)
-