public interface AssignedAffinityLabelsService extends Service
This service is used to list and manipulate affinity labels that are assigned to supported entities when accessed using entities/affinitylabels.
Modifier and Type | Interface and Description |
---|---|
static interface |
AssignedAffinityLabelsService.AddRequest
Attaches a label to an entity.
|
static interface |
AssignedAffinityLabelsService.AddResponse
Attaches a label to an entity.
|
static interface |
AssignedAffinityLabelsService.ListRequest
Lists all labels that are attached to an entity.
|
static interface |
AssignedAffinityLabelsService.ListResponse
Lists all labels that are attached to an entity.
|
Modifier and Type | Method and Description |
---|---|
AssignedAffinityLabelsService.AddRequest |
add()
Attaches a label to an entity.
|
AssignedAffinityLabelService |
labelService(String id)
Link to the specific entity-label assignment to allow
removal.
|
AssignedAffinityLabelsService.ListRequest |
list()
Lists all labels that are attached to an entity.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
AssignedAffinityLabelsService.AddRequest add()
Attaches a label to an entity.
AssignedAffinityLabelsService.ListRequest list()
Lists all labels that are attached to an entity.
AssignedAffinityLabelService labelService(String id)
Link to the specific entity-label assignment to allow removal.
Copyright © 2016. All rights reserved.