| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeEndpointResponse |
IotClient.describeEndpoint()
Returns a unique endpoint specific to the AWS account making the call.
|
default DescribeEndpointResponse |
IotClient.describeEndpoint(Consumer<DescribeEndpointRequest.Builder> describeEndpointRequest)
Returns a unique endpoint specific to the AWS account making the call.
|
default DescribeEndpointResponse |
IotClient.describeEndpoint(DescribeEndpointRequest describeEndpointRequest)
Returns a unique endpoint specific to the AWS account making the call.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeEndpointResponse> |
IotAsyncClient.describeEndpoint()
Returns a unique endpoint specific to the AWS account making the call.
|
default CompletableFuture<DescribeEndpointResponse> |
IotAsyncClient.describeEndpoint(Consumer<DescribeEndpointRequest.Builder> describeEndpointRequest)
Returns a unique endpoint specific to the AWS account making the call.
|
default CompletableFuture<DescribeEndpointResponse> |
IotAsyncClient.describeEndpoint(DescribeEndpointRequest describeEndpointRequest)
Returns a unique endpoint specific to the AWS account making the call.
|
Copyright © 2021. All rights reserved.