Uses of Class
software.amazon.awssdk.services.iot.model.CommandNamespace
-
Packages that use CommandNamespace Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CommandNamespace in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CommandNamespace Modifier and Type Method Description static CommandNamespaceCommandNamespace. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CommandNamespaceCreateCommandRequest. namespace()The namespace of the command.CommandNamespaceGetCommandResponse. namespace()The namespace of the command.CommandNamespaceListCommandExecutionsRequest. namespace()The namespace of the command.CommandNamespaceListCommandsRequest. namespace()The namespace of the command.static CommandNamespaceCommandNamespace. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandNamespace[]CommandNamespace. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CommandNamespace Modifier and Type Method Description static Set<CommandNamespace>CommandNamespace. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type CommandNamespace Modifier and Type Method Description CreateCommandRequest.BuilderCreateCommandRequest.Builder. namespace(CommandNamespace namespace)The namespace of the command.GetCommandResponse.BuilderGetCommandResponse.Builder. namespace(CommandNamespace namespace)The namespace of the command.ListCommandExecutionsRequest.BuilderListCommandExecutionsRequest.Builder. namespace(CommandNamespace namespace)The namespace of the command.ListCommandsRequest.BuilderListCommandsRequest.Builder. namespace(CommandNamespace namespace)The namespace of the command.
-