Struct aws_sdk_glue::client::fluent_builders::GetDevEndpoint
source · pub struct GetDevEndpoint { /* private fields */ }Expand description
Fluent builder constructing a request to GetDevEndpoint.
Retrieves information about a specified development endpoint.
When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.
Implementations§
source§impl GetDevEndpoint
impl GetDevEndpoint
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetDevEndpoint, AwsResponseRetryClassifier>, SdkError<GetDevEndpointError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetDevEndpoint, AwsResponseRetryClassifier>, SdkError<GetDevEndpointError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<GetDevEndpointOutput, SdkError<GetDevEndpointError>>
pub async fn send(
self
) -> Result<GetDevEndpointOutput, SdkError<GetDevEndpointError>>
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 endpoint_name(self, input: impl Into<String>) -> Self
pub fn endpoint_name(self, input: impl Into<String>) -> Self
Name of the DevEndpoint to retrieve information for.
sourcepub fn set_endpoint_name(self, input: Option<String>) -> Self
pub fn set_endpoint_name(self, input: Option<String>) -> Self
Name of the DevEndpoint to retrieve information for.
Trait Implementations§
source§impl Clone for GetDevEndpoint
impl Clone for GetDevEndpoint
source§fn clone(&self) -> GetDevEndpoint
fn clone(&self) -> GetDevEndpoint
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more