Struct aws_sdk_storagegateway::operation::describe_chap_credentials::builders::DescribeChapCredentialsFluentBuilder
source · pub struct DescribeChapCredentialsFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeChapCredentials.
Returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials information for a specified iSCSI target, one for each target-initiator pair. This operation is supported in the volume and tape gateway types.
Implementations§
source§impl DescribeChapCredentialsFluentBuilder
impl DescribeChapCredentialsFluentBuilder
sourcepub async fn send(
self
) -> Result<DescribeChapCredentialsOutput, SdkError<DescribeChapCredentialsError>>
pub async fn send( self ) -> Result<DescribeChapCredentialsOutput, SdkError<DescribeChapCredentialsError>>
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 async fn customize(
self
) -> Result<CustomizableOperation<DescribeChapCredentials, AwsResponseRetryClassifier>, SdkError<DescribeChapCredentialsError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DescribeChapCredentials, AwsResponseRetryClassifier>, SdkError<DescribeChapCredentialsError>>
Consumes 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 fn target_arn(self, input: impl Into<String>) -> Self
pub fn target_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
sourcepub fn set_target_arn(self, input: Option<String>) -> Self
pub fn set_target_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
Trait Implementations§
source§impl Clone for DescribeChapCredentialsFluentBuilder
impl Clone for DescribeChapCredentialsFluentBuilder
source§fn clone(&self) -> DescribeChapCredentialsFluentBuilder
fn clone(&self) -> DescribeChapCredentialsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more