@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSIoTSecureTunneling extends Object implements AWSIoTSecureTunneling
AWSIoTSecureTunneling. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSIoTSecureTunneling() |
| Modifier and Type | Method and Description |
|---|---|
CloseTunnelResult |
closeTunnel(CloseTunnelRequest request)
Closes a tunnel identified by the unique tunnel id.
|
DescribeTunnelResult |
describeTunnel(DescribeTunnelRequest request)
Gets information about a tunnel identified by the unique tunnel id.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists the tags for the specified resource.
|
ListTunnelsResult |
listTunnels(ListTunnelsRequest request)
List all tunnels for an AWS account.
|
OpenTunnelResult |
openTunnel(OpenTunnelRequest request)
Creates a new tunnel, and returns two client access tokens for clients to use to connect to the AWS IoT Secure
Tunneling proxy server.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
A resource tag.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes a tag from a resource.
|
public CloseTunnelResult closeTunnel(CloseTunnelRequest request)
AWSIoTSecureTunneling
Closes a tunnel identified by the unique tunnel id. When a CloseTunnel request is received, we close
the WebSocket connections between the client and proxy server so no data can be transmitted.
closeTunnel in interface AWSIoTSecureTunnelingpublic DescribeTunnelResult describeTunnel(DescribeTunnelRequest request)
AWSIoTSecureTunnelingGets information about a tunnel identified by the unique tunnel id.
describeTunnel in interface AWSIoTSecureTunnelingpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSIoTSecureTunnelingLists the tags for the specified resource.
listTagsForResource in interface AWSIoTSecureTunnelingpublic ListTunnelsResult listTunnels(ListTunnelsRequest request)
AWSIoTSecureTunnelingList all tunnels for an AWS account. Tunnels are listed by creation time in descending order, newer tunnels will be listed before older tunnels.
listTunnels in interface AWSIoTSecureTunnelingpublic OpenTunnelResult openTunnel(OpenTunnelRequest request)
AWSIoTSecureTunnelingCreates a new tunnel, and returns two client access tokens for clients to use to connect to the AWS IoT Secure Tunneling proxy server. .
openTunnel in interface AWSIoTSecureTunnelingpublic TagResourceResult tagResource(TagResourceRequest request)
AWSIoTSecureTunnelingA resource tag.
tagResource in interface AWSIoTSecureTunnelingpublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSIoTSecureTunnelingRemoves a tag from a resource.
untagResource in interface AWSIoTSecureTunnelingpublic void shutdown()
AWSIoTSecureTunnelingshutdown in interface AWSIoTSecureTunnelingpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSIoTSecureTunnelingResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSIoTSecureTunnelingrequest - The originally executed request.Copyright © 2020. All rights reserved.