Uses of Interface
software.amazon.awssdk.services.iot.model.AttachThingPrincipalRequest.Builder
-
Packages that use AttachThingPrincipalRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of AttachThingPrincipalRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type AttachThingPrincipalRequest.Builder Modifier and Type Method Description default CompletableFuture<AttachThingPrincipalResponse>IotAsyncClient. attachThingPrincipal(Consumer<AttachThingPrincipalRequest.Builder> attachThingPrincipalRequest)Attaches the specified principal to the specified thing.default AttachThingPrincipalResponseIotClient. attachThingPrincipal(Consumer<AttachThingPrincipalRequest.Builder> attachThingPrincipalRequest)Attaches the specified principal to the specified thing. -
Uses of AttachThingPrincipalRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AttachThingPrincipalRequest.Builder Modifier and Type Method Description static AttachThingPrincipalRequest.BuilderAttachThingPrincipalRequest. builder()AttachThingPrincipalRequest.BuilderAttachThingPrincipalRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AttachThingPrincipalRequest.BuilderAttachThingPrincipalRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AttachThingPrincipalRequest.BuilderAttachThingPrincipalRequest.Builder. principal(String principal)The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon Cognito ID.AttachThingPrincipalRequest.BuilderAttachThingPrincipalRequest.Builder. thingName(String thingName)The name of the thing.AttachThingPrincipalRequest.BuilderAttachThingPrincipalRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AttachThingPrincipalRequest.Builder Modifier and Type Method Description static Class<? extends AttachThingPrincipalRequest.Builder>AttachThingPrincipalRequest. serializableBuilderClass()
-