Uses of Interface
software.amazon.awssdk.services.s3control.model.GetAccessPointPolicyStatusForObjectLambdaRequest.Builder
-
Packages that use GetAccessPointPolicyStatusForObjectLambdaRequest.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 GetAccessPointPolicyStatusForObjectLambdaRequest.Builder in software.amazon.awssdk.services.s3control
Method parameters in software.amazon.awssdk.services.s3control with type arguments of type GetAccessPointPolicyStatusForObjectLambdaRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAccessPointPolicyStatusForObjectLambdaResponse>S3ControlAsyncClient. getAccessPointPolicyStatusForObjectLambda(Consumer<GetAccessPointPolicyStatusForObjectLambdaRequest.Builder> getAccessPointPolicyStatusForObjectLambdaRequest)Returns the status of the resource policy associated with an Object Lambda Access Point.default GetAccessPointPolicyStatusForObjectLambdaResponseS3ControlClient. getAccessPointPolicyStatusForObjectLambda(Consumer<GetAccessPointPolicyStatusForObjectLambdaRequest.Builder> getAccessPointPolicyStatusForObjectLambdaRequest)Returns the status of the resource policy associated with an Object Lambda Access Point. -
Uses of GetAccessPointPolicyStatusForObjectLambdaRequest.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return GetAccessPointPolicyStatusForObjectLambdaRequest.Builder Modifier and Type Method Description GetAccessPointPolicyStatusForObjectLambdaRequest.BuilderGetAccessPointPolicyStatusForObjectLambdaRequest.Builder. accountId(String accountId)The account ID for the account that owns the specified Object Lambda Access Point.static GetAccessPointPolicyStatusForObjectLambdaRequest.BuilderGetAccessPointPolicyStatusForObjectLambdaRequest. builder()GetAccessPointPolicyStatusForObjectLambdaRequest.BuilderGetAccessPointPolicyStatusForObjectLambdaRequest.Builder. name(String name)The name of the Object Lambda Access Point.GetAccessPointPolicyStatusForObjectLambdaRequest.BuilderGetAccessPointPolicyStatusForObjectLambdaRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAccessPointPolicyStatusForObjectLambdaRequest.BuilderGetAccessPointPolicyStatusForObjectLambdaRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAccessPointPolicyStatusForObjectLambdaRequest.BuilderGetAccessPointPolicyStatusForObjectLambdaRequest. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type GetAccessPointPolicyStatusForObjectLambdaRequest.Builder Modifier and Type Method Description static Class<? extends GetAccessPointPolicyStatusForObjectLambdaRequest.Builder>GetAccessPointPolicyStatusForObjectLambdaRequest. serializableBuilderClass()
-