| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the project for which you want to list network profiles.
|
static ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.builder() |
ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.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.Builder |
ListNetworkProfilesRequest.toBuilder() |
ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.Builder.type(NetworkProfileType type)
The type of network profile you wish to return information about.
|
ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.Builder.type(String type)
The type of network profile you wish to return information about.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNetworkProfilesRequest.Builder> |
ListNetworkProfilesRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.