Uses of Class
software.amazon.awssdk.services.iot.model.DescribeEndpointResponse
-
Packages that use DescribeEndpointResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DescribeEndpointResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DescribeEndpointResponse Modifier and Type Method Description default DescribeEndpointResponseIotClient. describeEndpoint()Returns or creates a unique endpoint specific to the Amazon Web Services account making the call.default DescribeEndpointResponseIotClient. describeEndpoint(Consumer<DescribeEndpointRequest.Builder> describeEndpointRequest)Returns or creates a unique endpoint specific to the Amazon Web Services account making the call.default DescribeEndpointResponseIotClient. describeEndpoint(DescribeEndpointRequest describeEndpointRequest)Returns or creates a unique endpoint specific to the Amazon Web Services account making the call.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DescribeEndpointResponse Modifier and Type Method Description default CompletableFuture<DescribeEndpointResponse>IotAsyncClient. describeEndpoint()Returns or creates a unique endpoint specific to the Amazon Web Services account making the call.default CompletableFuture<DescribeEndpointResponse>IotAsyncClient. describeEndpoint(Consumer<DescribeEndpointRequest.Builder> describeEndpointRequest)Returns or creates a unique endpoint specific to the Amazon Web Services account making the call.default CompletableFuture<DescribeEndpointResponse>IotAsyncClient. describeEndpoint(DescribeEndpointRequest describeEndpointRequest)Returns or creates a unique endpoint specific to the Amazon Web Services account making the call.
-