Uses of Interface
software.amazon.awssdk.services.kafka.model.GetClusterPolicyResponse.Builder
-
Packages that use GetClusterPolicyResponse.Builder Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of GetClusterPolicyResponse.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return GetClusterPolicyResponse.Builder Modifier and Type Method Description static GetClusterPolicyResponse.BuilderGetClusterPolicyResponse. builder()GetClusterPolicyResponse.BuilderGetClusterPolicyResponse.Builder. currentVersion(String currentVersion)The version of cluster policy.GetClusterPolicyResponse.BuilderGetClusterPolicyResponse.Builder. policy(String policy)The cluster policy.GetClusterPolicyResponse.BuilderGetClusterPolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type GetClusterPolicyResponse.Builder Modifier and Type Method Description static Class<? extends GetClusterPolicyResponse.Builder>GetClusterPolicyResponse. serializableBuilderClass()
-