Uses of Interface
software.amazon.awssdk.services.s3control.model.GetAccessPointConfigurationForObjectLambdaRequest.Builder
-
Packages that use GetAccessPointConfigurationForObjectLambdaRequest.Builder Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.model -
-
Uses of GetAccessPointConfigurationForObjectLambdaRequest.Builder in software.amazon.awssdk.services.s3control
Method parameters in software.amazon.awssdk.services.s3control with type arguments of type GetAccessPointConfigurationForObjectLambdaRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAccessPointConfigurationForObjectLambdaResponse>S3ControlAsyncClient. getAccessPointConfigurationForObjectLambda(Consumer<GetAccessPointConfigurationForObjectLambdaRequest.Builder> getAccessPointConfigurationForObjectLambdaRequest)Returns configuration for an Object Lambda Access Point.default GetAccessPointConfigurationForObjectLambdaResponseS3ControlClient. getAccessPointConfigurationForObjectLambda(Consumer<GetAccessPointConfigurationForObjectLambdaRequest.Builder> getAccessPointConfigurationForObjectLambdaRequest)Returns configuration for an Object Lambda Access Point. -
Uses of GetAccessPointConfigurationForObjectLambdaRequest.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return GetAccessPointConfigurationForObjectLambdaRequest.Builder Modifier and Type Method Description GetAccessPointConfigurationForObjectLambdaRequest.BuilderGetAccessPointConfigurationForObjectLambdaRequest.Builder. accountId(String accountId)The account ID for the account that owns the specified Object Lambda Access Point.static GetAccessPointConfigurationForObjectLambdaRequest.BuilderGetAccessPointConfigurationForObjectLambdaRequest. builder()GetAccessPointConfigurationForObjectLambdaRequest.BuilderGetAccessPointConfigurationForObjectLambdaRequest.Builder. name(String name)The name of the Object Lambda Access Point you want to return the configuration for.GetAccessPointConfigurationForObjectLambdaRequest.BuilderGetAccessPointConfigurationForObjectLambdaRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAccessPointConfigurationForObjectLambdaRequest.BuilderGetAccessPointConfigurationForObjectLambdaRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAccessPointConfigurationForObjectLambdaRequest.BuilderGetAccessPointConfigurationForObjectLambdaRequest. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type GetAccessPointConfigurationForObjectLambdaRequest.Builder Modifier and Type Method Description static Class<? extends GetAccessPointConfigurationForObjectLambdaRequest.Builder>GetAccessPointConfigurationForObjectLambdaRequest. serializableBuilderClass()
-