| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateWirelessGatewayRequest.tags()
The tags to attach to the new wireless gateway.
|
List<Tag> |
CreateDestinationRequest.tags()
The tags to attach to the new destination.
|
List<Tag> |
CreateDeviceProfileRequest.tags()
The tags to attach to the new device profile Tags are metadata that can be used to manage a resource.
|
List<Tag> |
CreateServiceProfileRequest.tags()
The tags to attach to the new service profile.
|
List<Tag> |
TagResourceRequest.tags()
Adds to or modifies the tags of the given resource.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags attached to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWirelessGatewayRequest.Builder |
CreateWirelessGatewayRequest.Builder.tags(Tag... tags)
The tags to attach to the new wireless gateway.
|
CreateDestinationRequest.Builder |
CreateDestinationRequest.Builder.tags(Tag... tags)
The tags to attach to the new destination.
|
CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.tags(Tag... tags)
The tags to attach to the new device profile Tags are metadata that can be used to manage a resource.
|
CreateServiceProfileRequest.Builder |
CreateServiceProfileRequest.Builder.tags(Tag... tags)
The tags to attach to the new service profile.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
Adds to or modifies the tags of the given resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags attached to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWirelessGatewayRequest.Builder |
CreateWirelessGatewayRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the new wireless gateway.
|
CreateDestinationRequest.Builder |
CreateDestinationRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the new destination.
|
CreateDeviceProfileRequest.Builder |
CreateDeviceProfileRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the new device profile Tags are metadata that can be used to manage a resource.
|
CreateServiceProfileRequest.Builder |
CreateServiceProfileRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the new service profile.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
Adds to or modifies the tags of the given resource.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags attached to the specified resource.
|
Copyright © 2021. All rights reserved.