Uses of Class
software.amazon.awssdk.crt.CrtResource
Packages that use CrtResource
Package
Description
-
Uses of CrtResource in software.amazon.awssdk.crt
Methods in software.amazon.awssdk.crt that return CrtResourceMethods in software.amazon.awssdk.crt with parameters of type CrtResourceModifier and TypeMethodDescriptionvoidCrtResource.addReferenceTo(CrtResource resource) Marks a resource as referenced by this resource.voidCrtResource.removeReferenceTo(CrtResource resource) Removes a reference from this resource to another.Constructors in software.amazon.awssdk.crt with parameters of type CrtResource -
Uses of CrtResource in software.amazon.awssdk.crt.auth.credentials
Subclasses of CrtResource in software.amazon.awssdk.crt.auth.credentialsModifier and TypeClassDescriptionclassA credentials provider that adds caching to another credentials provider via decorationclassA class that wraps a credentials provider that sources session credentials from the AWS Cognito Identity service.classA base class that represents a source of AWS credentialsclassA class that wraps the default AWS credentials provider chainclassA credentials provider that sources credentials from a custom synchronous callbackclassA class that wraps a provider that gets credentials from an ECS service.classA class that wraps a provider that gets credentials from profile files.classA class that wraps the a credentials provider that returns a fixed set of credentialsclassA class that wraps a provider that gets credentials from Security Token Service (STS).classSts with web identity credentials provider sources a set of temporary security credentials for users who have been authenticated in a mobile or web application with a web identity provider.classA class that wraps a credentials provider that sources session credentials from IoT's x509 credentials service. -
Uses of CrtResource in software.amazon.awssdk.crt.auth.signing
Subclasses of CrtResource in software.amazon.awssdk.crt.auth.signingModifier and TypeClassDescriptionclassA class representing configuration related to signing something "signable" (an http request, a body chunk, a stream event) via an AWS signing process. -
Uses of CrtResource in software.amazon.awssdk.crt.cal
Subclasses of CrtResource in software.amazon.awssdk.crt.calModifier and TypeClassDescriptionfinal classThis class puts an opaque wrapper around aws_ecc_key_pair from aws-c-cal. -
Uses of CrtResource in software.amazon.awssdk.crt.eventstream
Subclasses of CrtResource in software.amazon.awssdk.crt.eventstreamModifier and TypeClassDescriptionclassWrapper around an event stream rpc client initiated connection.classJava wrapper for event-stream-rpc client continuation.classWrapper around an instance of aws-event-stream-message.classWrapper around event-stream-rpc-server-connection.classWrapper around aws-event-stream-rpc-server continuation.classEvent-stream-rpc server listener. -
Uses of CrtResource in software.amazon.awssdk.crt.http
Subclasses of CrtResource in software.amazon.awssdk.crt.httpModifier and TypeClassDescriptionclassThis class wraps aws-c-http to provide the basic HTTP/2 request/response functionality via the AWS Common Runtime.classAn HttpStream represents a single HTTP/2 specific Http Request/Response.classManages a Pool of HTTP/2 Streams.classThis class wraps aws-c-http to provide the basic HTTP request/response functionality via the AWS Common Runtime.classManages a Pool of Http ConnectionsclassAn HttpStream represents a single HTTP/1.1 specific Http Request/Response.classAn base class represents a single Http Request/Response for both HTTP/1.1 and HTTP/2 and wraps the native resources from the aws-c-http library. -
Uses of CrtResource in software.amazon.awssdk.crt.io
Subclasses of CrtResource in software.amazon.awssdk.crt.ioModifier and TypeClassDescriptionfinal classThis class wraps the aws_client_bootstrap from aws-c-io to provide a client context for all protocol stacks in the AWS Common Runtime.final classThis class wraps the aws_tls_context from aws-c-io to provide access to TLS configuration contexts in the AWS Common Runtime.final classThis class wraps the aws_event_loop_group from aws-c-io to provide access to an event loop for the MQTT protocol stack in the AWS Common Runtime.classJava wrapper around the native CRT host resolver, responsible for performing async dns lookupsclassHandle to a loaded PKCS#11 library.classThis class wraps the aws_server_bootstrap from aws-c-io to provide a server context for all protocol stacks in the AWS Common Runtime.final classThis class wraps the aws_tls_context from aws-c-io to provide access to TLS configuration contexts in the AWS Common Runtime.final classThis class wraps the aws_socket_options from aws-c-io to provide access to TCP/UDP socket configuration in the AWS Common Runtime.classConnection-specific TLS options.classThis class wraps the aws_tls_context from aws-c-io to provide access to TLS configuration contexts in the AWS Common Runtime.final classThis class wraps the aws_tls_connection_options from aws-c-io to provide access to TLS configuration contexts in the AWS Common Runtime.classOptions for TLS using a PKCS#11 library for private key operations. -
Uses of CrtResource in software.amazon.awssdk.crt.iot
Subclasses of CrtResource in software.amazon.awssdk.crt.iotModifier and TypeClassDescriptionclassA helper class for AWS service clients that use MQTT as the transport protocol.classAn AWS MQTT service streaming operation. -
Uses of CrtResource in software.amazon.awssdk.crt.mqtt
Subclasses of CrtResource in software.amazon.awssdk.crt.mqttModifier and TypeClassDescriptionclassThis class wraps aws-c-mqtt to provide the basic MQTT pub/sub functionalities via the AWS Common Runtime One MqttClient class is needed per application.classThis class wraps aws-c-mqtt to provide the basic MQTT pub/sub functionality via the AWS Common Runtime MqttClientConnection represents a single connection from one MqttClient to an MQTT service endpointfinal classEncapsulates all per-mqtt-connection configuration -
Uses of CrtResource in software.amazon.awssdk.crt.mqtt5
Subclasses of CrtResource in software.amazon.awssdk.crt.mqtt5Modifier and TypeClassDescriptionclassThis class wraps the aws-c-mqtt MQTT5 client to provide the basic MQTT5 pub/sub functionalities via the AWS Common Runtime One Mqtt5Client class creates one connection. -
Uses of CrtResource in software.amazon.awssdk.crt.s3
Subclasses of CrtResource in software.amazon.awssdk.crt.s3