Uses of Interface
software.amazon.awssdk.services.iot.model.CommandPayload.Builder
-
Packages that use CommandPayload.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CommandPayload.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CommandPayload.Builder Modifier and Type Method Description static CommandPayload.BuilderCommandPayload. builder()CommandPayload.BuilderCommandPayload.Builder. content(SdkBytes content)The static payload file for the command.CommandPayload.BuilderCommandPayload.Builder. contentType(String contentType)The content type that specifies the format type of the payload file.CommandPayload.BuilderCommandPayload. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CommandPayload.Builder Modifier and Type Method Description static Class<? extends CommandPayload.Builder>CommandPayload. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type CommandPayload.Builder Modifier and Type Method Description default CreateCommandRequest.BuilderCreateCommandRequest.Builder. payload(Consumer<CommandPayload.Builder> payload)The payload object for the command.default GetCommandResponse.BuilderGetCommandResponse.Builder. payload(Consumer<CommandPayload.Builder> payload)The payload object that you provided for the command.
-