Uses of Interface
software.amazon.awssdk.services.devicefarm.model.ListNetworkProfilesRequest.Builder
-
Packages that use ListNetworkProfilesRequest.Builder Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.model -
-
Uses of ListNetworkProfilesRequest.Builder in software.amazon.awssdk.services.devicefarm
Method parameters in software.amazon.awssdk.services.devicefarm with type arguments of type ListNetworkProfilesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListNetworkProfilesResponse>DeviceFarmAsyncClient. listNetworkProfiles(Consumer<ListNetworkProfilesRequest.Builder> listNetworkProfilesRequest)Returns the list of available network profiles.default ListNetworkProfilesResponseDeviceFarmClient. listNetworkProfiles(Consumer<ListNetworkProfilesRequest.Builder> listNetworkProfilesRequest)Returns the list of available network profiles. -
Uses of ListNetworkProfilesRequest.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return ListNetworkProfilesRequest.Builder Modifier and Type Method Description ListNetworkProfilesRequest.BuilderListNetworkProfilesRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the project for which you want to list network profiles.static ListNetworkProfilesRequest.BuilderListNetworkProfilesRequest. builder()ListNetworkProfilesRequest.BuilderListNetworkProfilesRequest.Builder. nextToken(String nextToken)An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.ListNetworkProfilesRequest.BuilderListNetworkProfilesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNetworkProfilesRequest.BuilderListNetworkProfilesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNetworkProfilesRequest.BuilderListNetworkProfilesRequest. toBuilder()ListNetworkProfilesRequest.BuilderListNetworkProfilesRequest.Builder. type(String type)The type of network profile to return information about.ListNetworkProfilesRequest.BuilderListNetworkProfilesRequest.Builder. type(NetworkProfileType type)The type of network profile to return information about.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type ListNetworkProfilesRequest.Builder Modifier and Type Method Description static Class<? extends ListNetworkProfilesRequest.Builder>ListNetworkProfilesRequest. serializableBuilderClass()
-