Uses of Class
software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesResponse
-
Packages that use ListServiceProfilesResponse Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.software.amazon.awssdk.services.iotwireless.paginators -
-
Uses of ListServiceProfilesResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return ListServiceProfilesResponse Modifier and Type Method Description default ListServiceProfilesResponseIotWirelessClient. listServiceProfiles(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)Lists the service profiles registered to your AWS account.default ListServiceProfilesResponseIotWirelessClient. listServiceProfiles(ListServiceProfilesRequest listServiceProfilesRequest)Lists the service profiles registered to your AWS account.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type ListServiceProfilesResponse Modifier and Type Method Description default CompletableFuture<ListServiceProfilesResponse>IotWirelessAsyncClient. listServiceProfiles(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)Lists the service profiles registered to your AWS account.default CompletableFuture<ListServiceProfilesResponse>IotWirelessAsyncClient. listServiceProfiles(ListServiceProfilesRequest listServiceProfilesRequest)Lists the service profiles registered to your AWS account. -
Uses of ListServiceProfilesResponse in software.amazon.awssdk.services.iotwireless.paginators
Methods in software.amazon.awssdk.services.iotwireless.paginators that return types with arguments of type ListServiceProfilesResponse Modifier and Type Method Description Iterator<ListServiceProfilesResponse>ListServiceProfilesIterable. iterator()Method parameters in software.amazon.awssdk.services.iotwireless.paginators with type arguments of type ListServiceProfilesResponse Modifier and Type Method Description voidListServiceProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListServiceProfilesResponse> subscriber)
-