Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.UndeploySystemInstanceRequest.Builder
-
Packages that use UndeploySystemInstanceRequest.Builder Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of UndeploySystemInstanceRequest.Builder in software.amazon.awssdk.services.iotthingsgraph
Method parameters in software.amazon.awssdk.services.iotthingsgraph with type arguments of type UndeploySystemInstanceRequest.Builder Modifier and Type Method Description default CompletableFuture<UndeploySystemInstanceResponse>IoTThingsGraphAsyncClient. undeploySystemInstance(Consumer<UndeploySystemInstanceRequest.Builder> undeploySystemInstanceRequest)Deprecated.since: 2022-08-30default UndeploySystemInstanceResponseIoTThingsGraphClient. undeploySystemInstance(Consumer<UndeploySystemInstanceRequest.Builder> undeploySystemInstanceRequest)Deprecated.since: 2022-08-30 -
Uses of UndeploySystemInstanceRequest.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return UndeploySystemInstanceRequest.Builder Modifier and Type Method Description static UndeploySystemInstanceRequest.BuilderUndeploySystemInstanceRequest. builder()UndeploySystemInstanceRequest.BuilderUndeploySystemInstanceRequest.Builder. id(String id)The ID of the system instance to remove from its target.UndeploySystemInstanceRequest.BuilderUndeploySystemInstanceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UndeploySystemInstanceRequest.BuilderUndeploySystemInstanceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UndeploySystemInstanceRequest.BuilderUndeploySystemInstanceRequest. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type UndeploySystemInstanceRequest.Builder Modifier and Type Method Description static Class<? extends UndeploySystemInstanceRequest.Builder>UndeploySystemInstanceRequest. serializableBuilderClass()
-