Uses of Interface
software.amazon.awssdk.services.s3control.model.PutAccessPointConfigurationForObjectLambdaRequest.Builder
-
Packages that use PutAccessPointConfigurationForObjectLambdaRequest.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 PutAccessPointConfigurationForObjectLambdaRequest.Builder in software.amazon.awssdk.services.s3control
Method parameters in software.amazon.awssdk.services.s3control with type arguments of type PutAccessPointConfigurationForObjectLambdaRequest.Builder Modifier and Type Method Description default CompletableFuture<PutAccessPointConfigurationForObjectLambdaResponse>S3ControlAsyncClient. putAccessPointConfigurationForObjectLambda(Consumer<PutAccessPointConfigurationForObjectLambdaRequest.Builder> putAccessPointConfigurationForObjectLambdaRequest)Replaces configuration for an Object Lambda Access Point.default PutAccessPointConfigurationForObjectLambdaResponseS3ControlClient. putAccessPointConfigurationForObjectLambda(Consumer<PutAccessPointConfigurationForObjectLambdaRequest.Builder> putAccessPointConfigurationForObjectLambdaRequest)Replaces configuration for an Object Lambda Access Point. -
Uses of PutAccessPointConfigurationForObjectLambdaRequest.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return PutAccessPointConfigurationForObjectLambdaRequest.Builder Modifier and Type Method Description PutAccessPointConfigurationForObjectLambdaRequest.BuilderPutAccessPointConfigurationForObjectLambdaRequest.Builder. accountId(String accountId)The account ID for the account that owns the specified Object Lambda Access Point.static PutAccessPointConfigurationForObjectLambdaRequest.BuilderPutAccessPointConfigurationForObjectLambdaRequest. builder()default PutAccessPointConfigurationForObjectLambdaRequest.BuilderPutAccessPointConfigurationForObjectLambdaRequest.Builder. configuration(Consumer<ObjectLambdaConfiguration.Builder> configuration)Object Lambda Access Point configuration document.PutAccessPointConfigurationForObjectLambdaRequest.BuilderPutAccessPointConfigurationForObjectLambdaRequest.Builder. configuration(ObjectLambdaConfiguration configuration)Object Lambda Access Point configuration document.PutAccessPointConfigurationForObjectLambdaRequest.BuilderPutAccessPointConfigurationForObjectLambdaRequest.Builder. name(String name)The name of the Object Lambda Access Point.PutAccessPointConfigurationForObjectLambdaRequest.BuilderPutAccessPointConfigurationForObjectLambdaRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAccessPointConfigurationForObjectLambdaRequest.BuilderPutAccessPointConfigurationForObjectLambdaRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAccessPointConfigurationForObjectLambdaRequest.BuilderPutAccessPointConfigurationForObjectLambdaRequest. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type PutAccessPointConfigurationForObjectLambdaRequest.Builder Modifier and Type Method Description static Class<? extends PutAccessPointConfigurationForObjectLambdaRequest.Builder>PutAccessPointConfigurationForObjectLambdaRequest. serializableBuilderClass()
-