Uses of Interface
software.amazon.awssdk.services.iot.model.DeprecateThingTypeRequest.Builder
-
Packages that use DeprecateThingTypeRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of DeprecateThingTypeRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type DeprecateThingTypeRequest.Builder Modifier and Type Method Description default CompletableFuture<DeprecateThingTypeResponse>IotAsyncClient. deprecateThingType(Consumer<DeprecateThingTypeRequest.Builder> deprecateThingTypeRequest)Deprecates a thing type.default DeprecateThingTypeResponseIotClient. deprecateThingType(Consumer<DeprecateThingTypeRequest.Builder> deprecateThingTypeRequest)Deprecates a thing type. -
Uses of DeprecateThingTypeRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return DeprecateThingTypeRequest.Builder Modifier and Type Method Description static DeprecateThingTypeRequest.BuilderDeprecateThingTypeRequest. builder()DeprecateThingTypeRequest.BuilderDeprecateThingTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeprecateThingTypeRequest.BuilderDeprecateThingTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeprecateThingTypeRequest.BuilderDeprecateThingTypeRequest.Builder. thingTypeName(String thingTypeName)The name of the thing type to deprecate.DeprecateThingTypeRequest.BuilderDeprecateThingTypeRequest. toBuilder()DeprecateThingTypeRequest.BuilderDeprecateThingTypeRequest.Builder. undoDeprecate(Boolean undoDeprecate)Whether to undeprecate a deprecated thing type.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type DeprecateThingTypeRequest.Builder Modifier and Type Method Description static Class<? extends DeprecateThingTypeRequest.Builder>DeprecateThingTypeRequest. serializableBuilderClass()
-