Uses of Interface
software.amazon.awssdk.services.s3control.model.PolicyStatus.Builder
-
Packages that use PolicyStatus.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of PolicyStatus.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return PolicyStatus.Builder Modifier and Type Method Description static PolicyStatus.BuilderPolicyStatus. builder()PolicyStatus.BuilderPolicyStatus.Builder. isPublic(Boolean isPublic)PolicyStatus.BuilderPolicyStatus. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type PolicyStatus.Builder Modifier and Type Method Description static Class<? extends PolicyStatus.Builder>PolicyStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type PolicyStatus.Builder Modifier and Type Method Description default GetMultiRegionAccessPointPolicyStatusResponse.BuilderGetMultiRegionAccessPointPolicyStatusResponse.Builder. established(Consumer<PolicyStatus.Builder> established)Sets the value of the Established property for this object.default GetAccessPointPolicyStatusForObjectLambdaResponse.BuilderGetAccessPointPolicyStatusForObjectLambdaResponse.Builder. policyStatus(Consumer<PolicyStatus.Builder> policyStatus)Sets the value of the PolicyStatus property for this object.default GetAccessPointPolicyStatusResponse.BuilderGetAccessPointPolicyStatusResponse.Builder. policyStatus(Consumer<PolicyStatus.Builder> policyStatus)Indicates the current policy status of the specified access point.
-