Struct aws_sdk_timestreamquery::operation::describe_endpoints::builders::DescribeEndpointsFluentBuilder
source · pub struct DescribeEndpointsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeEndpoints
.
DescribeEndpoints returns a list of available endpoints to make Timestream API calls against. This API is available through both Write and Query.
Because the Timestream SDKs are designed to transparently work with the service’s architecture, including the management and mapping of the service endpoints, it is not recommended that you use this API unless:
-
You are using VPC endpoints (Amazon Web Services PrivateLink) with Timestream
-
Your application uses a programming language that does not yet have SDK support
-
You require better control over the client-side implementation
For detailed information on how and when to use and implement DescribeEndpoints, see The Endpoint Discovery Pattern.
Implementations§
source§impl DescribeEndpointsFluentBuilder
impl DescribeEndpointsFluentBuilder
sourcepub fn as_input(&self) -> &DescribeEndpointsInputBuilder
pub fn as_input(&self) -> &DescribeEndpointsInputBuilder
Access the DescribeEndpoints as a reference.
sourcepub async fn send(
self
) -> Result<DescribeEndpointsOutput, SdkError<DescribeEndpointsError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeEndpointsOutput, SdkError<DescribeEndpointsError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribeEndpointsOutput, DescribeEndpointsError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeEndpointsOutput, DescribeEndpointsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
Trait Implementations§
source§impl Clone for DescribeEndpointsFluentBuilder
impl Clone for DescribeEndpointsFluentBuilder
source§fn clone(&self) -> DescribeEndpointsFluentBuilder
fn clone(&self) -> DescribeEndpointsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more