Uses of Interface
software.amazon.awssdk.services.iot.model.DetachThingPrincipalRequest.Builder
-
Packages that use DetachThingPrincipalRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of DetachThingPrincipalRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type DetachThingPrincipalRequest.Builder Modifier and Type Method Description default CompletableFuture<DetachThingPrincipalResponse>IotAsyncClient. detachThingPrincipal(Consumer<DetachThingPrincipalRequest.Builder> detachThingPrincipalRequest)Detaches the specified principal from the specified thing.default DetachThingPrincipalResponseIotClient. detachThingPrincipal(Consumer<DetachThingPrincipalRequest.Builder> detachThingPrincipalRequest)Detaches the specified principal from the specified thing. -
Uses of DetachThingPrincipalRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return DetachThingPrincipalRequest.Builder Modifier and Type Method Description static DetachThingPrincipalRequest.BuilderDetachThingPrincipalRequest. builder()DetachThingPrincipalRequest.BuilderDetachThingPrincipalRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DetachThingPrincipalRequest.BuilderDetachThingPrincipalRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DetachThingPrincipalRequest.BuilderDetachThingPrincipalRequest.Builder. principal(String principal)If the principal is a certificate, this value must be ARN of the certificate.DetachThingPrincipalRequest.BuilderDetachThingPrincipalRequest.Builder. thingName(String thingName)The name of the thing.DetachThingPrincipalRequest.BuilderDetachThingPrincipalRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type DetachThingPrincipalRequest.Builder Modifier and Type Method Description static Class<? extends DetachThingPrincipalRequest.Builder>DetachThingPrincipalRequest. serializableBuilderClass()
-