#[non_exhaustive]pub struct ListAccessPointsForObjectLambdaInput { /* private fields */ }Implementations
sourceimpl ListAccessPointsForObjectLambdaInput
impl ListAccessPointsForObjectLambdaInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAccessPointsForObjectLambda, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAccessPointsForObjectLambda, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListAccessPointsForObjectLambda>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccessPointsForObjectLambdaInput.
sourceimpl ListAccessPointsForObjectLambdaInput
impl ListAccessPointsForObjectLambdaInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The account ID for the account that owns the specified Object Lambda Access Point.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of access points that you want to include in the list. The response may contain fewer access points but will never contain more. If there are more than this number of access points, then the response will include a continuation token in the NextToken field that you can use to retrieve the next page of access points.
Trait Implementations
sourceimpl Clone for ListAccessPointsForObjectLambdaInput
impl Clone for ListAccessPointsForObjectLambdaInput
sourcefn clone(&self) -> ListAccessPointsForObjectLambdaInput
fn clone(&self) -> ListAccessPointsForObjectLambdaInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more