Package | Description |
---|---|
software.amazon.awssdk.services.iot |
|
Modifier and Type | Method and Description |
---|---|
default CreatePolicyResponse |
IotClient.createPolicy(Consumer<CreatePolicyRequest.Builder> createPolicyRequest)
Creates an AWS IoT policy.
|
default CreatePolicyResponse |
IotClient.createPolicy(CreatePolicyRequest createPolicyRequest)
Creates an AWS IoT policy.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<CreatePolicyResponse> |
IotAsyncClient.createPolicy(Consumer<CreatePolicyRequest.Builder> createPolicyRequest)
Creates an AWS IoT policy.
|
default CompletableFuture<CreatePolicyResponse> |
IotAsyncClient.createPolicy(CreatePolicyRequest createPolicyRequest)
Creates an AWS IoT policy.
|
Copyright © 2020. All rights reserved.