Uses of Class
software.amazon.awssdk.services.s3control.model.PolicyStatus
-
Packages that use PolicyStatus Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of PolicyStatus in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return PolicyStatus Modifier and Type Method Description PolicyStatusGetMultiRegionAccessPointPolicyStatusResponse. established()Returns the value of the Established property for this object.PolicyStatusGetAccessPointPolicyStatusForObjectLambdaResponse. policyStatus()Returns the value of the PolicyStatus property for this object.PolicyStatusGetAccessPointPolicyStatusResponse. policyStatus()Indicates the current policy status of the specified access point.Methods in software.amazon.awssdk.services.s3control.model with parameters of type PolicyStatus Modifier and Type Method Description GetMultiRegionAccessPointPolicyStatusResponse.BuilderGetMultiRegionAccessPointPolicyStatusResponse.Builder. established(PolicyStatus established)Sets the value of the Established property for this object.GetAccessPointPolicyStatusForObjectLambdaResponse.BuilderGetAccessPointPolicyStatusForObjectLambdaResponse.Builder. policyStatus(PolicyStatus policyStatus)Sets the value of the PolicyStatus property for this object.GetAccessPointPolicyStatusResponse.BuilderGetAccessPointPolicyStatusResponse.Builder. policyStatus(PolicyStatus policyStatus)Indicates the current policy status of the specified access point.
-