public static interface GetDeviceMethodsResponse.Builder extends Iot1ClickDevicesResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceMethodsResponse.Builder,GetDeviceMethodsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDeviceMethodsResponse.Builder |
deviceMethods(Collection<DeviceMethod> deviceMethods)
List of available device APIs.
|
GetDeviceMethodsResponse.Builder |
deviceMethods(Consumer<DeviceMethod.Builder>... deviceMethods)
List of available device APIs.
|
GetDeviceMethodsResponse.Builder |
deviceMethods(DeviceMethod... deviceMethods)
List of available device APIs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetDeviceMethodsResponse.Builder deviceMethods(Collection<DeviceMethod> deviceMethods)
List of available device APIs.
deviceMethods - List of available device APIs.GetDeviceMethodsResponse.Builder deviceMethods(DeviceMethod... deviceMethods)
List of available device APIs.
deviceMethods - List of available device APIs.GetDeviceMethodsResponse.Builder deviceMethods(Consumer<DeviceMethod.Builder>... deviceMethods)
List of available device APIs.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #deviceMethods(List) .deviceMethods - a consumer that will call methods on List.Builder #deviceMethods(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.