Uses of Interface
software.amazon.awssdk.services.iotwireless.model.ListServiceProfilesRequest.Builder
-
Packages that use ListServiceProfilesRequest.Builder 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.model -
-
Uses of ListServiceProfilesRequest.Builder in software.amazon.awssdk.services.iotwireless
Method parameters in software.amazon.awssdk.services.iotwireless with type arguments of type ListServiceProfilesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListServiceProfilesResponse>IotWirelessAsyncClient. listServiceProfiles(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)Lists the service profiles registered to your AWS account.default ListServiceProfilesResponseIotWirelessClient. listServiceProfiles(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)Lists the service profiles registered to your AWS account.default ListServiceProfilesPublisherIotWirelessAsyncClient. listServiceProfilesPaginator(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)Lists the service profiles registered to your AWS account.default ListServiceProfilesIterableIotWirelessClient. listServiceProfilesPaginator(Consumer<ListServiceProfilesRequest.Builder> listServiceProfilesRequest)Lists the service profiles registered to your AWS account. -
Uses of ListServiceProfilesRequest.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return ListServiceProfilesRequest.Builder Modifier and Type Method Description static ListServiceProfilesRequest.BuilderListServiceProfilesRequest. builder()ListServiceProfilesRequest.BuilderListServiceProfilesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in this operation.ListServiceProfilesRequest.BuilderListServiceProfilesRequest.Builder. nextToken(String nextToken)To retrieve the next set of results, thenextTokenvalue from a previous response; otherwise null to receive the first set of results.ListServiceProfilesRequest.BuilderListServiceProfilesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListServiceProfilesRequest.BuilderListServiceProfilesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListServiceProfilesRequest.BuilderListServiceProfilesRequest. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type ListServiceProfilesRequest.Builder Modifier and Type Method Description static Class<? extends ListServiceProfilesRequest.Builder>ListServiceProfilesRequest. serializableBuilderClass()
-