Uses of Interface
software.amazon.awssdk.services.fms.model.PutPolicyResponse.Builder
-
Packages that use PutPolicyResponse.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of PutPolicyResponse.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return PutPolicyResponse.Builder Modifier and Type Method Description static PutPolicyResponse.BuilderPutPolicyResponse. builder()default PutPolicyResponse.BuilderPutPolicyResponse.Builder. policy(Consumer<Policy.Builder> policy)The details of the Firewall Manager policy.PutPolicyResponse.BuilderPutPolicyResponse.Builder. policy(Policy policy)The details of the Firewall Manager policy.PutPolicyResponse.BuilderPutPolicyResponse.Builder. policyArn(String policyArn)The Amazon Resource Name (ARN) of the policy.PutPolicyResponse.BuilderPutPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type PutPolicyResponse.Builder Modifier and Type Method Description static Class<? extends PutPolicyResponse.Builder>PutPolicyResponse. serializableBuilderClass()
-