Uses of Interface
software.amazon.awssdk.services.vpclattice.model.PutAuthPolicyResponse.Builder
-
Packages that use PutAuthPolicyResponse.Builder Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of PutAuthPolicyResponse.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return PutAuthPolicyResponse.Builder Modifier and Type Method Description static PutAuthPolicyResponse.BuilderPutAuthPolicyResponse. builder()PutAuthPolicyResponse.BuilderPutAuthPolicyResponse.Builder. policy(String policy)The auth policy.PutAuthPolicyResponse.BuilderPutAuthPolicyResponse.Builder. state(String state)The state of the auth policy.PutAuthPolicyResponse.BuilderPutAuthPolicyResponse.Builder. state(AuthPolicyState state)The state of the auth policy.PutAuthPolicyResponse.BuilderPutAuthPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type PutAuthPolicyResponse.Builder Modifier and Type Method Description static Class<? extends PutAuthPolicyResponse.Builder>PutAuthPolicyResponse. serializableBuilderClass()
-