Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.AssociateClientDeviceWithCoreDeviceErrorEntry.Builder
-
Packages that use AssociateClientDeviceWithCoreDeviceErrorEntry.Builder Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of AssociateClientDeviceWithCoreDeviceErrorEntry.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return AssociateClientDeviceWithCoreDeviceErrorEntry.Builder Modifier and Type Method Description static AssociateClientDeviceWithCoreDeviceErrorEntry.BuilderAssociateClientDeviceWithCoreDeviceErrorEntry. builder()AssociateClientDeviceWithCoreDeviceErrorEntry.BuilderAssociateClientDeviceWithCoreDeviceErrorEntry.Builder. code(String code)The error code for the request.AssociateClientDeviceWithCoreDeviceErrorEntry.BuilderAssociateClientDeviceWithCoreDeviceErrorEntry.Builder. message(String message)A message that provides additional information about the error.AssociateClientDeviceWithCoreDeviceErrorEntry.BuilderAssociateClientDeviceWithCoreDeviceErrorEntry.Builder. thingName(String thingName)The name of the IoT thing whose associate request failed.AssociateClientDeviceWithCoreDeviceErrorEntry.BuilderAssociateClientDeviceWithCoreDeviceErrorEntry. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type AssociateClientDeviceWithCoreDeviceErrorEntry.Builder Modifier and Type Method Description static Class<? extends AssociateClientDeviceWithCoreDeviceErrorEntry.Builder>AssociateClientDeviceWithCoreDeviceErrorEntry. serializableBuilderClass()
-