Uses of Class
software.amazon.awssdk.services.s3control.model.GetAccessPointPolicyStatusForObjectLambdaResponse
-
Packages that use GetAccessPointPolicyStatusForObjectLambdaResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of GetAccessPointPolicyStatusForObjectLambdaResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return GetAccessPointPolicyStatusForObjectLambdaResponse Modifier and Type Method Description default GetAccessPointPolicyStatusForObjectLambdaResponseS3ControlClient. getAccessPointPolicyStatusForObjectLambda(Consumer<GetAccessPointPolicyStatusForObjectLambdaRequest.Builder> getAccessPointPolicyStatusForObjectLambdaRequest)Returns the status of the resource policy associated with an Object Lambda Access Point.default GetAccessPointPolicyStatusForObjectLambdaResponseS3ControlClient. getAccessPointPolicyStatusForObjectLambda(GetAccessPointPolicyStatusForObjectLambdaRequest getAccessPointPolicyStatusForObjectLambdaRequest)Returns the status of the resource policy associated with an Object Lambda Access Point.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type GetAccessPointPolicyStatusForObjectLambdaResponse 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 CompletableFuture<GetAccessPointPolicyStatusForObjectLambdaResponse>S3ControlAsyncClient. getAccessPointPolicyStatusForObjectLambda(GetAccessPointPolicyStatusForObjectLambdaRequest getAccessPointPolicyStatusForObjectLambdaRequest)Returns the status of the resource policy associated with an Object Lambda Access Point.
-