Uses of Interface
software.amazon.awssdk.services.devicefarm.model.ListDevicePoolsRequest.Builder
-
Packages that use ListDevicePoolsRequest.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 ListDevicePoolsRequest.Builder in software.amazon.awssdk.services.devicefarm
-
Uses of ListDevicePoolsRequest.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return ListDevicePoolsRequest.Builder Modifier and Type Method Description ListDevicePoolsRequest.BuilderListDevicePoolsRequest.Builder. arn(String arn)The project ARN.static ListDevicePoolsRequest.BuilderListDevicePoolsRequest. builder()ListDevicePoolsRequest.BuilderListDevicePoolsRequest.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.ListDevicePoolsRequest.BuilderListDevicePoolsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicePoolsRequest.BuilderListDevicePoolsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDevicePoolsRequest.BuilderListDevicePoolsRequest. toBuilder()ListDevicePoolsRequest.BuilderListDevicePoolsRequest.Builder. type(String type)The device pools' type.ListDevicePoolsRequest.BuilderListDevicePoolsRequest.Builder. type(DevicePoolType type)The device pools' type.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type ListDevicePoolsRequest.Builder Modifier and Type Method Description static Class<? extends ListDevicePoolsRequest.Builder>ListDevicePoolsRequest. serializableBuilderClass()
-