static ListPrincipalThingsV2Response.Builder |
ListPrincipalThingsV2Response.builder() |
|
ListPrincipalThingsV2Response.Builder |
ListPrincipalThingsV2Response.Builder.nextToken(String nextToken) |
The token to use to get the next set of results, or null if there are no additional results.
|
ListPrincipalThingsV2Response.Builder |
ListPrincipalThingsV2Response.Builder.principalThingObjects(Collection<PrincipalThingObject> principalThingObjects) |
A list of thingPrincipalObject that represents the principal and the type of relation it has
with the thing.
|
ListPrincipalThingsV2Response.Builder |
ListPrincipalThingsV2Response.Builder.principalThingObjects(Consumer<PrincipalThingObject.Builder>... principalThingObjects) |
A list of thingPrincipalObject that represents the principal and the type of relation it has
with the thing.
|
ListPrincipalThingsV2Response.Builder |
ListPrincipalThingsV2Response.Builder.principalThingObjects(PrincipalThingObject... principalThingObjects) |
A list of thingPrincipalObject that represents the principal and the type of relation it has
with the thing.
|
ListPrincipalThingsV2Response.Builder |
ListPrincipalThingsV2Response.toBuilder() |
|